Topics
NoreSources Core
Utility class collection.
Installation
composer require noresources/ns-php-core ~2.0
Features
- Containers
Container manipulation utilityDataTree. A key-value tree containerStackimplementation.
- Type manipulation
- Type representation interfaces. A set of interfaces to provide a generic API to get the integer, float, boolean and array representation of an object.
- Type conversion utility.
- Type description utility. Provides informations on classes and other types with a common API.
- [Reflection](Reflection extension). Parse PHP file and PHPDoc comments.
- Semantic version. Parse and compare semantic version numbers.