https://github.com/yevgen-grytsay/symfony-micro-template
A Symfony project template for quickly starting small HTTP API projects.
https://github.com/yevgen-grytsay/symfony-micro-template
symfony
Last synced: 30 days ago
JSON representation
A Symfony project template for quickly starting small HTTP API projects.
- Host: GitHub
- URL: https://github.com/yevgen-grytsay/symfony-micro-template
- Owner: yevgen-grytsay
- Created: 2024-09-09T09:25:13.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T09:42:44.000Z (6 months ago)
- Last Synced: 2024-11-22T17:51:41.114Z (3 months ago)
- Topics: symfony
- Language: PHP
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Symfony Micro Template
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
```shell
composer create-project yevgen-grytsay/symfony-micro-template my-project -s dev
```