zeptech / utility
Various helpful functionality for PHP
Installs: 248
Dependents: 7
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/zeptech/utility
Requires
- php: >=5.3.0
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2025-10-11 18:03:58 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