guillermoandrae / php-skeleton
Skeleton for PHP projects
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/guillermoandrae/php-skeleton
Requires
- php: >=7.2
- ext-json: *
- icanboogie/inflector: ^1.5
Requires (Dev)
- guillermoandrae/php-debug: ^0.2.0
- phpunit/phpunit: 8.*
- squizlabs/php_codesniffer: 3.*
README
This project provides a skeleton that can be used to spin up PHP projects.
Installation
Do this, then relax:
composer create-project guillermoandrae/php-skeleton [project name]
Testing
Run the following command to make sure your code is appropriately styled:
composer check-style
Run the following command to check style, run tests, and generate a Clover report:
composer test
Run the following command to check style, run tests, and generate an HTML report (access the report at http://localhost:8080):
composer test-html