4 Form provides tools for defining forms, rendering and mapping request data to
5 related models. Furthermore it provides integration with the Validation
13 https://github.com/fabpot/Silex/blob/master/src/Silex/Provider/FormServiceProvider.php
17 http://symfony.com/doc/2.3/book/forms.html
22 You can run the unit tests with the following command:
24 $ cd path/to/Symfony/Component/Form/
25 $ composer.phar install --dev