A Symfony Console application template using vertical slice architecture, designed for building "Pop Up Applications" with best practices built-in.
- Symfony Console with MicroKernel and Runtime component
- Vertical slice architecture with dependency injection
- Comprehensive testing setup (Codeception)
- Code quality tools (PHPStan, PHP_CodeSniffer)
- Integration with PRP Framework
# Install dependencies
composer install
# Run example command
./bin/console app:greet YourName
# Run quality assurance
composer run local-ciFor detailed development guidelines, architecture patterns, and coding standards, see CLAUDE.md.
composer run phpstan- Static analysiscomposer run cs-check- Check code stylecomposer run cs-fix- Fix code stylecomposer run test- Run testscomposer run local-ci- Run all QA tools