]> git.immae.eu Git - github/wallabag/wallabag.git/blob - vendor/symfony/form/Symfony/Component/Form/README.md
twig implementation
[github/wallabag/wallabag.git] / vendor / symfony / form / Symfony / Component / Form / README.md
1 Form Component
2 ==============
3
4 Form provides tools for defining forms, rendering and mapping request data to
5 related models. Furthermore it provides integration with the Validation
6 component.
7
8 Resources
9 ---------
10
11 Silex integration:
12
13 https://github.com/fabpot/Silex/blob/master/src/Silex/Provider/FormServiceProvider.php
14
15 Documentation:
16
17 http://symfony.com/doc/2.3/book/forms.html
18
19 Resources
20 ---------
21
22 You can run the unit tests with the following command:
23
24 $ cd path/to/Symfony/Component/Form/
25 $ composer.phar install --dev
26 $ phpunit