itplusx/php-utilities

Collection of useful PHP utilities.

Installs: 3 471

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/itplusx/php-utilities

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

This package is auto-updated.

Last update: 2025-09-29 01:43:49 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);