A PHP Boilerplate Repository
# Clone the repo
$ git clone git@github.com:Partyschaum/php-boilerplate.git
# Install composer and project dependencies
$ make bootstrap
The boilerplate code provides a Makefile to help you speeding up your development process.
$ make help
bootstrap Install composer
doc Generate documentation
lint Lint all the code
tests Execute test suite and create code coverage report
update Update composer packages