brickoo/components

BrickOO components

v5.3.1 2015-03-04 09:20 UTC

This package is not auto-updated.

Last update: 2024-04-23 00:01:58 UTC


README

##Brickoo components Build Status HHVM Status Code Coverage Scrutinizer Code Quality Latest Stable Version License

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:

  1. Get Composer
  2. Require Brickoo components with php composer.phar require brickoo/components dev-master
  3. 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.