shso / symfony-startpoint
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
Type:framework
pkg:composer/shso/symfony-startpoint
Requires
- php: ^7.3
- ext-ctype: *
- ext-iconv: *
- symfony/console: 5.0.*
- symfony/dotenv: 5.0.*
- symfony/flex: ^1.3.1
- symfony/framework-bundle: 5.0.*
- symfony/monolog-bundle: ^3.5
- symfony/profiler-pack: ^1.0
- symfony/twig-pack: ^1.0
- symfony/yaml: 5.0.*
- thecodingmachine/safe: ^1.0
Requires (Dev)
- ext-ast: *
- friendsofphp/php-cs-fixer: ^2.16
- mockery/mockery: ^1.3
- phan/phan: ^2.4
- phpstan/extension-installer: ^1.0
- phpstan/phpstan: ^0.12.9
- phpstan/phpstan-mockery: ^0.12.3
- phpstan/phpstan-phpunit: ^0.12.6
- phpstan/phpstan-symfony: ^0.12.4
- symfony/test-pack: ^1.0
- thecodingmachine/phpstan-safe-rule: ^1.0
Conflicts
This package is auto-updated.
Last update: 2025-10-27 23:07:38 UTC
README
A symfony boilerplate.
Features
Easy scripts
All following scripts can be run like:
composer run-script <script-name>
static-analyse: Runsphpstan analyseandphan.fix-style: Runsphp-cs-fixer fix.test: Runsphp bin/phpunitand generates coverage reports in 3 formats located indocs/coveragedirectory.full-test: Runs all three above respectively.docs: Generates documentations usingdoxygenindocs/htmlanddocs/latexdirectories.safe-docs: Runsfull-testanddocsrespectively.