PHPackages                             kenny1911/symfony-attribute-form - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. kenny1911/symfony-attribute-form

ActiveLibrary[Templating &amp; Views](/categories/templating)

kenny1911/symfony-attribute-form
================================

Create Symfony forms using PHP attributes to define forms, fields, transformers and event listeners directly in your DTO classes

0.1.0(6mo ago)0138↓33.3%MITPHPPHP ^8.1

Since Nov 10Pushed 6mo agoCompare

[ Source](https://github.com/Kenny1911/symfony-attribute-form)[ Packagist](https://packagist.org/packages/kenny1911/symfony-attribute-form)[ RSS](/packages/kenny1911-symfony-attribute-form/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Symfony Attribute Form
======================

[](#symfony-attribute-form)

\[English\]\[[Русский](./README-RU.md)\]

Description
-----------

[](#description)

A library for creating Symfony forms using PHP attributes. Allows defining forms, their fields, transformers, and event listeners directly in DTO classes through attributes.

Installation
------------

[](#installation)

```
composer require kenny1911/symfony-attribute-form
```

Usage
-----

[](#usage)

### Defining Form Class

[](#defining-form-class)

```
