yevgen-grytsay / symfony-micro-template
Package info
github.com/yevgen-grytsay/symfony-micro-template
Type:project
pkg:composer/yevgen-grytsay/symfony-micro-template
Requires
- php: ^8.2
- symfony/dotenv: ^7.1
- symfony/framework-bundle: ^7.1
- symfony/yaml: ^7.1
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-09 13:48:15 UTC
README
This Symfony project template is designed for quickly starting small projects with HTTP API functionality.
It automatically discovers controllers in the src/Controllers directory (controllers must be annotated with the Symfony\Component\Routing\Attribute\Route attribute).
Perfect for developers looking to jumpstart lightweight Symfony-based API applications with minimal setup.
Note: This template is not intended for use in production environments.
Installation
composer create-project yevgen-grytsay/symfony-micro-template my-project -s dev