/php_toolbox

A toolbox of various PHP code.

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

PHP Toolbox

A library of various PHP classes useful for developing PHP websites.

Requires PHP 5.3 >

Testing

All the code has been tested using PHPUnit. You can run the tests by calling:

phpunit ./tests/

Usage

The code here adheres to the PHP Framework Interop Group's Accepted Standards coding style. You should use a PHP autoloader like Aura AutoLoader to load these classes. You can also include the autoload.php file that will automatically autoload these classes.

Development

This repository is following the branching technique described in this blog post, and the semantic version set out on the Semantic Versioning Website.

Questions or problems? Please post them on the issue tracker. You can contribute changes by forking the project and submitting a pull request.

This script is created by Johnathan Pulos and is under the GNU General Public License v3.