piercemcgeough/base-app

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

Installs: 44

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/piercemcgeough/base-app

2.0.0 2024-04-07 23:10 UTC

This package is auto-updated.

Last update: 2025-10-08 02:26:37 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