itplusx/php-utilities

Collection of useful PHP utilities.

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

This package is auto-updated.

Last update: 2025-01-29 05:05:44 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);