A simple, modern PHP 8 something something
Main:
Develop:
Install via composer.
composer require smplphp/skeletonTBW
The full test suite of PHPUnit, Infection, PHPStan and Psalm can be run using the following command.
make testTo run PHPUnit alone, you can run the following.
make phpunitOr if you want code-coverage
make phpunit-coverageTo run Infection alone, you can run the following.
make infectionOr if you want a report
make infection-reportTo run PHPStan alone, you can run the following.
make phpstanTo run Psalm alone, you can run the following.
make psalmPlease see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.
