omexon / helpers
Helpers (string, array, ...)
1.0.0
2019-09-07 14:43 UTC
Requires
- php: ^7.2
- ext-json: *
Requires (Dev)
- phpunit/phpunit: ^8.3
This package is auto-updated.
Last update: 2025-04-08 03:53:03 UTC
README
Helpers
- Arr - Array helpers.
- Is - Methods to check types.
- Obj - Various methods to help getting/setting private/protected properties, check for extends, interfaces. Class overrides supported.
- Str - String helpers.
- StrList - String list helpers.
Traits
- ConstantsStaticTrait - Static methods to help get constants (generic/private/public) from class.
- ConstantsTrait - - Methods to help get constants (generic/private/public) from class.
- DataPrivateTrait - Private methods (set/get/has/remove/...) to handle generic data.
- DataPublicTrait - Public methods (set/get/has/remove/...) to handle generic data.
- SingletonTrait - Methods to handle singletons.