itplusx/php-utilities

Collection of useful PHP utilities.

dev-master 2016-03-09 05:52 UTC

This package is auto-updated.

Last update: 2024-04-29 03:24:05 UTC


README

Collection of useful PHP utility classes.

Installation

Install this package using composer.

composer require itplusx/php-utilities

Usage

Just instantiate one of the available utility classes or use the provided static methods.

Example:

use ITplusX\Utility;    
...
...
JSON::decode($json);