rootwork / php-sidekick
A PHP helper library dedicated providing useful one-liners to otherwise common and tedious tasks.
0.1.0
2016-06-09 23:19 UTC
Requires
- php: >=5.4
This package is auto-updated.
Last update: 2026-02-21 01:46:35 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.