This is Starter Kit for quick set up project for your new website Including
- PHPUnit for unit testing
- PHP CodeSniffer for checkstyle (default is PSR-2 without method open bracket on newline)
- PHPStan for static analyze
- Composer for autoloding, package managing and script aliasing
For quick start create project via Composer
composer create-project tonda13/php-starter-kit-web
Or clone repository
git clone https://github.com/tonda13/php-starter-kit-web.git example.com