shso/symfony-startpoint

This package is auto-updated.

Last update: 2024-03-27 19:50:57 UTC


README

A symfony boilerplate.

Features

Easy scripts

All following scripts can be run like:

composer run-script <script-name>
  • static-analyse: Runs phpstan analyse and phan.
  • fix-style: Runs php-cs-fixer fix.
  • test: Runs php bin/phpunit and generates coverage reports in 3 formats located in docs/coverage directory.
  • full-test: Runs all three above respectively.
  • docs: Generates documentations using doxygen in docs/html and docs/latex directories.
  • safe-docs: Runs full-test and docs respectively.