Collection of useful PHP utility classes.
Install this package using composer.
composer require itplusx/php-utilities
Just instantiate one of the available utility classes or use the provided static methods.
Example:
use ITplusX\Utility;
...
...
JSON::decode($json);