A boilerplate for new composer-based PHP projects.
This package aims to be as small and simple as possible. In fact, the only requirement is PHP 8.2, hence in order to add PHPUnit, PHP CS Fixer and some other frequently used development tools, it relies on PHIVE.
Make sure PHIVE is available on your system (installation instructions):
$ phive --version
Via Composer Create-Project (recommended)
$ php composer.phar create-project --prefer-source --remove-vcs webgarden/php-boilerplate new-project