petrknap/utils

This package is abandoned and no longer maintained. No replacement package was suggested.

Useful PHP utils by Petr Knap

v2016.01.09 2016-01-09 10:56 UTC

README

Useful PHP utilities by Petr Knap.

How to install

Merge this JSON code with your project composer.json file and run composer install. Instead of dev-master you can use any released version.

{
    "require": {
        "petrknap/utils": "dev-master"
    }
}

Or manually clone this repository via git clone https://github.com/petrknap/utils.git or download this repository as ZIP and extract files into your project.

Examples

If you are looking for examples visit tests folder or URL shortening service repository.