This project holds a collection of useful PHP classes grouped in components to be used in any PHP5.3+ project.
- ConfigParser - A configuration file parser for PHP 5.3 heavily inspired by Python's configparser library.
- Google - Provides a GoogleMaps API to easily build dynamic Google Maps.
- Runner - A library meant to ease the execution of subprocesses in PHP scripts.
- PHP 5.3.2 and up.
The NoiseLabs PHP ToolKit is licensed under the LGPLv3 License. See the LICENSE file for details.
NoiseLabs-PHP-ToolKit is composer-friendly.
{
"require": {
"noiselabs/php-toolkit": "dev-master"
}
}
Now tell composer to download this package by running the command:
$ php composer.phar update noiselabs/php-toolkit
Composer will install the bundle to your project's vendor/noiselabs
directory.
Each component has it's own README.md
file with instructions on the usage of the component.
API-level documentation is available under the doc
folder in doc/docblox/
.
- Vítor Brandão [ vitor@noiselabs.org / @noiselabs / blog ]
Bugs and feature requests are tracked on GitHub