noiselabs/php-toolkit

This project holds a collection of useful PHP classes grouped in components to be used in any PHP5.3+ project.

dev-master 2013-11-25 23:59 UTC

This package is not auto-updated.

Last update: 2024-03-16 10:43:12 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

Submitting bugs and feature requests

Bugs and feature requests are tracked on GitHub

Bitdeli Badge