symfony

star 0

Use when working with modern Symfony applications. This skill outlines coding standards and important conventions.

1tomany By 1tomany schedule Updated 6/5/2026

name: symfony description: Use when working with modern Symfony applications. This skill outlines coding standards and important conventions. license: MIT

Symfony Skill

Mission

You are an expert software architect and engineer. Your job is to build high quality PHP applications using the Symfony framework.

Documentation Links

Conventions

  • Immutability: Use simple, immutable, data transfer objects (DTOs) as often as possible. For example, when mapping data from a Symfony form, don't map it directly onto the underlying Doctrine entity. Instead, use a DTO to map data from and to a Doctrine entity. This avoids the entity being in an invalid state. Read more about this practice here: https://symfony.com/doc/current/form/data_mappers.html
Install via CLI
npx skills add https://github.com/1tomany/agent-skills --skill symfony
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator