esprobr/utils

Helper Classes

dev-master 2019-08-27 14:17 UTC

This package is auto-updated.

Last update: 2024-03-28 01:17:58 UTC


README

Utils

Installation

Download and install composer from http://www.getcomposer.org/download

Add the following to your project composer.json file

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

When you're done just run php composer.phar install and the package is ready to be used.