yevgen-grytsay / symfony-micro-template
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.2
- symfony/dotenv: ^7.1
- symfony/framework-bundle: ^7.1
- symfony/yaml: ^7.1
This package is auto-updated.
Last update: 2025-06-09 11:10:55 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