hgraca / helper
This package is abandoned and no longer maintained.
No replacement package was suggested.
A generic PHP lib with static classes full of handy functional methods.
1.4.0
2016-12-18 19:20 UTC
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