hgraca / helper
A generic PHP lib with static classes full of handy functional methods.
Installs: 214
Dependents: 5
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
pkg:composer/hgraca/helper
Requires
- php: >=7.0
Requires (Dev)
README
A generic PHP lib with static classes full of handy static methods.
Installation
To install the library, run the command below and you will get the latest version:
composer require hgraca/helper
Todo
- Explore performance of using
Closure::bind()
instead of reflection to manipulate inaccessible properties in objects