zeptech / utility
Various helpful functionality for PHP
1.1.0
2013-05-15 23:20 UTC
Requires
- php: >=5.3.0
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2024-10-26 13:41:46 UTC
README
Reed is a collection of useful utility functionality.
Reed requires PHP >= 5.3.0
Install
- Install composer
- Create composer.json or add to existing: { "require": { "zeptech\utility": "1.x" } }
- Run
$ composer install
- Add
require_once 'vendor/autoload.php';
to your common script.
Tests:
- Install composer
$ composer install --dev
$ vendor/bin/phpunit test/
Api:
- Install PHP Doctor
- From root directory of Reed installation issue command:
$ phpdoc phpdoc.ini
This will generate a set of API Pages in /reed/api