A ready to use Action Domain Responder Symfony skeleton
- php >=8.1
- composer >=2.0
- composer install
- run test
php bin/phpunit
- run
phpcs
analysiscomposer php-cs
- run
php code beautifier
to fix coding style issuescomposer php-code-beautifier
- every
commit
will trigger a pre-commit hook to perform aphpcs
analysis - trigger a circle-ci analysis on
push