What is this for?
This project holds a collection of useful PHP classes grouped in components to be used in any PHP5.3+ project., (*1)
Components
-
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.
Requirements
License
The NoiseLabs PHP ToolKit is licensed under the LGPLv3 License. See the LICENSE file for details., (*2)
Installation
NoiseLabs-PHP-ToolKit is composer-friendly., (*3)
{
"require": {
"noiselabs/php-toolkit": "dev-master"
}
}
Now tell composer to download this package by running the command:, (*4)
bash
$ php composer.phar update noiselabs/php-toolkit, (*5)
Composer will install the bundle to your project's vendor/noiselabs directory., (*6)
Documentation
Each component has it's own README.md file with instructions on the usage of the component., (*7)
API-level documentation is available under the doc folder in doc/docblox/., (*8)
Development
Authors
Submitting bugs and feature requests
Bugs and feature requests are tracked on GitHub, (*9)
, (*10)