shso/symfony-startpoint

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

Type:framework

pkg:composer/shso/symfony-startpoint

This package is auto-updated.

Last update: 2025-09-27 22:59:33 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.