yevgen-grytsay / symfony-micro-template
Package info
github.com/yevgen-grytsay/symfony-micro-template
Type:project
pkg:composer/yevgen-grytsay/symfony-micro-template
dev-main
2024-09-09 09:42 UTC
Requires
- php: ^8.2
- symfony/dotenv: ^7.1
- symfony/framework-bundle: ^7.1
- symfony/yaml: ^7.1
This package is auto-updated.
Last update: 2026-03-09 12:50:14 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