brickoo / components
BrickOO components
Requires
- php: >=5.4.0
README
Brickoo components are designed with simplicity in mind.
###Requirements v5.x - PHP 5.4 or any later version required. v6.x - PHP 5.5 or any later version required.
###Installation Get your copy of the components repository:
git clone https://github.com/brickoo/components.git
Installation using composer:
- Get Composer
- Require Brickoo components with
php composer.phar require brickoo/components dev-master
- Install dependencies with
php composer.phar install
Composer JSON requirement entry:
Add this requirement to your composer.json "require": {"brickoo/components": "dev-master"}
###Testing Brickoo has been tested with latest stable PHPUnit version.
###Contributing Brickoo is an open source project. If you would like to contribute to Brickoo, please take a look at the Coding Standards. Create a fork of the repository and send pull requests over github.com containing a description of the issue. The pull requests containing bugfixes must be sent to the corresponding branch (if branch does not exist, create an issue), requests containing features can only be sent to the master branch.
###License The files in this archive are released under the MIT license. You can find a copy of this license in the LICENSE file included.