https://github.com/brick/brick
Incubator for PHP components under development
https://github.com/brick/brick
php php-library
Last synced: 9 months ago
JSON representation
Incubator for PHP components under development
- Host: GitHub
- URL: https://github.com/brick/brick
- Owner: brick
- License: mit
- Created: 2013-07-29T05:50:43.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2025-02-05T09:53:46.000Z (over 1 year ago)
- Last Synced: 2025-04-13T06:44:14.589Z (about 1 year ago)
- Topics: php, php-library
- Language: PHP
- Homepage:
- Size: 1.34 MB
- Stars: 19
- Watchers: 7
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Brick

Incubator for PHP components under development.
[](https://github.com/brick/brick/actions)
[](https://coveralls.io/github/brick/brick?branch=master)
[](http://opensource.org/licenses/MIT)
Once a component reaches sufficient maturity, it will be moved to its [own repository](https://github.com/brick)
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](https://getcomposer.org/).
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.