Incubator for PHP components under development.
Once a component reaches sufficient maturity, it will be moved to its own repository and composer package, and enter a beta phase. For this reason, this repository will never contain releases.
The incubator can be included in your project using Composer.
Just define the following requirement in your composer.json
file:
{
"require": {
"brick/brick": "dev-master"
}
}
Feel free to use the incubator for your own use/research, but please note that the API can, and will, change at any time. Components can also disappear at any time.