Download the PHP package ansien/rapid-form-bundle without Composer
On this page you can find all versions of the php package ansien/rapid-form-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package rapid-form-bundle
RapidFormBundle - Create Symfony forms at record speed using PHP 8 attributes!
The goal of this bundle is to make it possible to build Symfony forms using PHP 8 attributes on your DTO.
The problem
Making forms in Symfony is fairly simple. But once you start using DTO's there will always be two classes you'll have to maintain: your DTO and your Symfony form type. This is not ideal because it creates unnecessary work, maintenance and can also easily lead to bugs.
The solution
This bundle will significantly speed up the creation of forms inside your Symfony application. With the provided PHP 8 attributes you can quickly build forms by decorating your DTO and you won't have to maintain two different classes anymore.
Installation
You can install the package via Composer:
Usage
Form
Controller
See ./examples
for more examples.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Supporters
Credits
- Andries
- Albert (for his work on the deprecated annotated-form-bundle)
- schvoy (for his work on the form-annotation-bundle)
- Bob and Jon (for their repository template)
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of rapid-form-bundle with dependencies
symfony/config Version ^5.2|^6.0|^7.0
symfony/form Version ^5.2|^6.0|^7.0
symfony/framework-bundle Version ^5.2|^6.0|^7.0