noiselabs / php-toolkit
This project holds a collection of useful PHP classes grouped in components to be used in any PHP5.3+ project.
Installs: 100
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 2
Forks: 1
Open Issues: 0
Language:JavaScript
Requires
- php: >=5.3.3
Replaces
- noiselabs/configparser: dev-master
This package is not auto-updated.
Last update: 2024-10-26 14:02:03 UTC
README
What is this for?
This project holds a collection of useful PHP classes grouped in components to be used in any PHP5.3+ project.
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
- PHP 5.3.2 and up.
License
The NoiseLabs PHP ToolKit is licensed under the LGPLv3 License. See the LICENSE file for details.
Installation
NoiseLabs-PHP-ToolKit is composer-friendly.
1. Add the noiselabs/php-toolkit package in your composer.json
{ "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.
Documentation
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/
.
Development
Authors
- Vítor Brandão [ vitor@noiselabs.org / @noiselabs / blog ]
Submitting bugs and feature requests
Bugs and feature requests are tracked on GitHub