Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brick/brick
Incubator for PHP components under development
https://github.com/brick/brick
php php-library
Last synced: 2 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T23:10:28.000Z (9 months ago)
- Last Synced: 2024-11-03T19:50:03.818Z (3 months ago)
- Topics: php, php-library
- Language: PHP
- Homepage:
- Size: 1.34 MB
- Stars: 19
- Watchers: 8
- 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.
[![Build Status](https://github.com/brick/brick/workflows/CI/badge.svg)](https://github.com/brick/brick/actions)
[![Coverage Status](https://coveralls.io/repos/github/brick/brick/badge.svg?branch=master)](https://coveralls.io/github/brick/brick?branch=master)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](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.