marcusvy/symfony-starter-kit
最新稳定版本:v1.0.0
Composer 安装命令:
composer create-project marcusvy/symfony-starter-kit
包简介
Marcus Vinicius Symfony Starter Kit
README 文档
README
A default symfony skeleton with QA Tools
Requirements
Getting Start
Setup project
# Setup and download initial tools
$ composer setup
# [Optional: Create a local Certificate Authority for serving HTTPS]
$ composer dev:ca
Start server
# Only start the server
$ composer dev:start
# Stop the server
$ composer dev:stop
# Server status
$ composer dev:status
If you want start both server and live reload use:
# Start both Symfony and BrowserSync servers
$ composer dev:live
Stop server
Quality Assurance Tools
- BiomeJS
- PHP CS Fixer
- PHPStan
- Rector
- Twig CS Fixer
Installed Bundles
Composer Scripts
Setup
- setup : Setup application with default tools.
- setup:tailwind : Setup Tailwind CSS and download binary.",
- setup:biome : Setup BiomeJS and download binary.",
Dev
- dev:start : Start development server.
- dev:stop : Stop development server.
- dev:status : Check server status.
- dev:ca : Create a local Certificate Authority for serving HTTPS.
- dev:browsersync : Start local BrowserSync tool with proxy for live reloading.
- dev:live : Start local development server and BrowserSync tool with proxy for live reloading.
QA
- qa:fix:php : Fixes your code to follow the standards with PHP Coding Standards Fixer (PHP CS Fixer).
- qa:fix:twig : Fixes your code to follow the standards with Symfony Twig Coding Standards Fixer (Twig CS Fixer);
- qa:fix:rector : Upgrades and refactors the PHP code of symfony with rector.
- qa:fix:asset : Apply formatter, linter and import sorting to assets folder.
- qa:check:rector : Check changes with Rector of upgrades and refactors.
- qa:check:phpstan : PHPStan finds bugs in your code without writing tests.
- qa:check:asset : Runs formatter, linter and import sorting to assets folder
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2025-11-23