2017 © Pedro Peláez
 

library pel

PHP Extended Library

image

pel/pel

PHP Extended Library

  • Thursday, December 17, 2015
  • by vampirical
  • Repository
  • 0 Watchers
  • 1 Stars
  • 136 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 3 Versions
  • 5 % Grown

The README.md

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)

The Versions

17/12 2015

dev-master

9999999-dev

PHP Extended Library

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

26/07 2013

1.x-dev

1.9999999.9999999.9999999-dev

PHP Extended Library

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

26/07 2013

1.0.0

1.0.0.0

PHP Extended Library

  Sources   Download

MIT

The Requires

  • php >=5.3.0