madesimple / php-helpers
Small helper functions for different situations
Installs: 3 382
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/madesimple/php-helpers
Requires
- php: >=7.0
This package is auto-updated.
Last update: 2025-10-15 21:27:10 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"]
  }
}