salarmehr / helpers
A collection of essential PHP helper functions for everyday programming.
Installs: 89
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 2
Open Issues: 0
pkg:composer/salarmehr/helpers
Requires (Dev)
- phpunit/phpunit: ^7.0
This package is auto-updated.
Last update: 2025-09-17 03:03:12 UTC
README
A collection of essential PHP helper functions for everyday programming organized in abstract classes.
f\arr
namespace contains array related utility functions.f\dev
namespace contains debugging/developing functions.f\dir
namespace contains file system functions.f\http
namespace contains http functions.f\num
namespace contains numeral utility functions.f\str
namespace contains string/text related utility functions.f\tmp
namespace contains temporal (date/time) related utility functions