brick/brick

This package is abandoned and no longer maintained. No replacement package was suggested.

Incubator for PHP components under development

Maintainers

Details

github.com/brick/brick

Source

Issues

Installs: 65 519

Dependents: 0

Suggesters: 0

Security: 0

Stars: 19

Watchers: 7

Forks: 5

Open Issues: 0

pkg:composer/brick/brick

dev-master 2025-02-05 09:53 UTC

This package is auto-updated.

Last update: 2025-06-05 10:29:14 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.