fsi / form-extensions-bundle
FSi extensions for Symfony form component.
Installs: 22 725
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 9
Forks: 4
Open Issues: 1
Type:symfony-bundle
Requires
- php: ^7.4|^8.0
- symfony/asset: ^4.4|^5.0
- symfony/form: ^4.4|^5.0
- symfony/framework-bundle: ^4.4|^5.0
- symfony/options-resolver: ^4.4|^5.0
- symfony/twig-bundle: ^4.4|^5.0
- symfony/validator: ^4.4|^5.0
- twig/twig: ^2.14|^3.3
Requires (Dev)
- beberlei/assert: ^3.3
- behat/behat: ^3.3
- behat/mink-extension: ^2.3
- behat/mink-selenium2-driver: ^1.4
- friends-of-behat/mink-browserkit-driver: ^1.5
- friends-of-behat/symfony-extension: ^2.2
- phpspec/phpspec: ^7.1
- phpstan/phpstan: ^0.12.46
- phpstan/phpstan-beberlei-assert: ^0.12.3
- phpstan/phpstan-doctrine: ^0.12.20
- sensiolabs/behat-page-object-extension: ^2.3
- symfony/console: ^4.4|^5.0
- symfony/css-selector: ^4.4|^5.0
- symfony/debug-bundle: ^4.4|^5.0
- symfony/http-foundation: ^4.4|^5.0
- symfony/phpunit-bridge: ^5.0
- symfony/routing: ^4.4|^5.0
- symfony/var-dumper: ^4.4|^5.0
README
This bundle offers a couple of types and extensions for the Symfony's form component. For more information, see below.
Documentation:
Form types:
Form extensions:
Form listeners:
Tests
Go to the folder containing the bundle and run Behat/PHPSpec suites.
$ cd <path to project>
$ bin/behat
$ bin/phpspec
Behat tests require Selenium in order to work.