brick / brick
Incubator for PHP components under development
Installs: 62 477
Dependents: 0
Suggesters: 0
Security: 0
Stars: 19
Watchers: 8
Forks: 5
Open Issues: 0
Requires
- php: ^7.2 || ^8.0
- ext-pcntl: *
Requires (Dev)
- ext-dom: *
- brick/di: ~0.2.0
- brick/math: ~0.7.0
- doctrine/orm: ^2.0
- php-coveralls/php-coveralls: ^2.0
- phpunit/phpunit: ^8.0 || ^9.0
This package is auto-updated.
Last update: 2024-09-02 23:57:15 UTC
README
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.