An open API service indexing awesome lists of open source software.

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.

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
```