PEL (PHP Extended Library)
TODO Description, (*1)
Requirements
Requires PHP 5.3, 5.3.8+ recommended., (*2)
Installation
Composer
Require PEL in your composer.json file., (*3)
{
"require": {
"pel/pel": "dev-master"
}
}
Tell composer to install packages., (*4)
composer install
or, (*5)
php composer.phar install
Reference composer's autoload., (*6)
require_once 'vendor/autoload.php';
Phar
To create a phar archive of this repo, run:, (*7)
make
You can then copy the phar archive to your own project and include it like so:, (*8)
require_once 'PEL.phar';
TODO Link latest phars for each major version., (*9)