rootwork / php-sidekick
A PHP helper library dedicated providing useful one-liners to otherwise common and tedious tasks.
Installs: 11 472
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 0
Open Issues: 0
Requires
- php: >=5.4
This package is auto-updated.
Last update: 2024-10-20 22:50:53 UTC
README
A PHP helper library dedicated providing useful one-liners to otherwise common and tedious tasks.
Installation
composer require rootwork/php-sidekick:dev-master
Usage - See DocBlocks for examples
Helpers
ClassInfo: Helper for getting useful class information like:
- Constant arrays for (for lists, dropdowns, etc.)
- Filtered class name
- Public method and property checks
Traits
Where useful, the helper classes can be implemented as traits.