madesimple / php-helpers
Small helper functions for different situations
v0.0.2
2018-05-15 12:51 UTC
Requires
- php: >=7.0
This package is auto-updated.
Last update: 2026-02-15 22:07:00 UTC
README
Small helper functions for different situations
How to use
Add a helper file to your autoload-dev for dev environments only:
{
"autoload-dev": {
"files": ["vendor/madesimple/php-helpers/dev.php"]
}
}
Add a helper file to your autoload for all environments:
{
"autoload": {
"files": ["vendor/madesimple/php-helpers/helpers.php"]
}
}