brick/brick

Incubator for PHP components under development

dev-master 2022-11-02 15:17 UTC

This package is auto-updated.

Last update: 2024-03-30 00:29:24 UTC


README

Incubator for PHP components under development.

Build Status Coverage Status License

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.