yevgen-grytsay/symfony-micro-template

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/yevgen-grytsay/symfony-micro-template

dev-main 2024-09-09 09:42 UTC

This package is auto-updated.

Last update: 2026-01-09 12:24:38 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