shso/symfony-startpoint

Maintainers

Package info

gitlab.com/ShahinSorkh/symfony-startpoint

Issues

Type:framework

pkg:composer/shso/symfony-startpoint

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

This package is auto-updated.

Last update: 2026-02-27 23:52:58 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.