C: code
helpers: a collection of php helper functions
artisan-log-cleaner: an artisan command to clear laravel log files
laravel-gelf-logger: a package to send gelf logs to a gelf compatible backend like graylog
laravel-date-range: a date range trait with local scope methods for Laravel Eloquent models
uptime-checker: a php library to monitor website uptime
zotero-api: a php wrapper for zotero web api
colissimo-api: a php API to track Colissimo (La Poste) parcels
Php helper functions to work with strings
Please see https://github.com/hedii/helpers instead. Here are 7 php functions I have written as an helper to work with strings: contains starts_with ends_with get_string_before get_string_between get_string_after get_string_without Each function is commented to understand how it works.