piercemcgeough/base-app

Base PHP app ready to rock with PHPUnit and PSR-4 autoloading.

2.0.0 2024-04-07 23:10 UTC

This package is auto-updated.

Last update: 2025-04-08 01:30:57 UTC


README

Base App ready to rock with PHPUnit and PSR-4 autoloading.

Running Tests & Code Standards

To run tests, run the following command

PHPUnit

vendor/bin/phpunit

PHPStan

vendor/bin/phpstan analyse src --level=9

PHP CS Fixer

vendor/bin/php-cs-fixer fix src --diff