BuildR is a highly experimental project, its started to be a CI server written in PHP, but while time I decided to write a full framework before start development of the real project.
Here is the list for the feature plans
- Awesome syntax
- Clean code
- Highly covered with tests
Currently i'am the only developer of this project, but i welcome contribution (But not on Github!) If you want to contribute to this project read the CONTRIBUTING.md on this repository index.
This project use many other tools to make proper workflow. Here is the list:
- Project management: Phabricator
- Continuous integration: Jenkins
- Code quality controll: SLInsight
- Development workflow: Arcanist
- Build automation: Ant
- Dependency management: Composer
- Unit testing: PHPUnit
- Code quality: PHPcpd
- Code quality: PHPLoc
- Code quality: PHP CodeSniffer
- Software metrics: Pdepend
- Documentation: Apigen
BuildR is licensed under GPL v3 (Read)
Huge thanks all the package and tool author
This workflow is highly inspired by Phabricator team. Thanks to all of us!