2017 © Pedro PelĂĄez
 

library php-toolkit

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

image

noiselabs/php-toolkit

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

  • Tuesday, November 26, 2013
  • by noiselabs
  • Repository
  • 1 Watchers
  • 6 Stars
  • 62 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 17 % Grown

The README.md

NoiseLabs PHP ToolKit

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

  • PHP 5.3.2 and up.

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)

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:, (*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)

Bitdeli Badge, (*10)

The Versions

26/11 2013

dev-master

9999999-dev https://github.com/noiselabs/noiselabs-php-toolkit

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

  Sources   Download

LGPL-3.0

The Requires

  • php >=5.3.3

 

process google-maps toolkit noiselabs config-parser