zeptech/utility

Various helpful functionality for PHP

1.1.0 2013-05-15 23:20 UTC

This package is not auto-updated.

Last update: 2024-03-16 10:22:52 UTC


README

Reed is a collection of useful utility functionality.

Reed requires PHP >= 5.3.0

Install

  1. Install composer
  2. Create composer.json or add to existing: { "require": { "zeptech\utility": "1.x" } }
  3. Run $ composer install
  4. Add require_once 'vendor/autoload.php'; to your common script.

Tests:

  1. Install composer
  2. $ composer install --dev
  3. $ vendor/bin/phpunit test/

Api:

  1. Install PHP Doctor
  2. From root directory of Reed installation issue command: $ phpdoc phpdoc.ini

This will generate a set of API Pages in /reed/api