dev-master
9999999-dev
MIT
The Requires
The Development Requires
This project provides a skeleton that can be used to spin up PHP projects., (*2)
Do this, then relax:, (*3)
composer create-project guillermoandrae/php-skeleton [project name]
Run the following command to make sure your code is appropriately styled:, (*4)
composer check-style
Run the following command to check style, run tests, and generate a Clover report:, (*5)
composer test
Run the following command to check style, run tests, and generate an HTML report (access the report at http://localhost:8080):, (*6)
composer test-html
MIT