pfilsx / form-layer-bundle
Provides additional functional to follow rule "An entity should be always valid" with forms validation for your Symfony project
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=7.1
- symfony/console: ^3.4|^4.1.12|^5.0
- symfony/dependency-injection: ^3.4|^4.1.12|^5.0
- symfony/framework-bundle: ^3.4|^4.1.12|^5.0
Requires (Dev)
- phpunit/php-code-coverage: ^7.0
- phpunit/phpunit: ^8.0
- symfony/maker-bundle: *
- symfony/orm-pack: *
- symfony/phpunit-bridge: ^3.4|^4.1.12|^5.0
- symfony/process: ^3.4|^4.1.12|^5.0
- symfony/routing: ^3.4|^4.1.12|^5.0
- symfony/validator: ^3.4|^4.1.12|^5.0
- symfony/yaml: ^3.4|^4.1.12|^5.0
This package is auto-updated.
Last update: 2024-11-25 08:22:03 UTC
README
Introduction
The bundle provides additional functional to follow rule "An entity should be always valid" with forms validation for your Symfony project.
Features
- Special layer between your entities and forms
- Maker for FormLayer classes
- Easy to use
- Easy to extend
- Documented (in Resources/doc)
Requirement
- PHP 7.1+
- Symfony >= 3.4
Installation
Via bash:
$ composer require pfilsx/form-layer-bundle
Via composer.json:
You need to add the following lines in your deps :
{ "require": { "pfilsx/form-layer-bundle": "*" } }
For non symfony-flex apps dont forget to add bundle:
$bundles = array( ... new Pfilsx\FormLayer\FormLayerBundle(), );
Documentation
Please, read the docs.
License
This bundle is released under the MIT license.
Contribute
If you'd like to contribute, feel free to propose a pull request! Or just contact me :)