fsi / form-extensions-bundle
FSi extensions for Symfony form component.
Installs: 26 479
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 8
Forks: 4
Open Issues: 1
Type:symfony-bundle
Requires
- php: ^7.4|^8.0
- symfony/asset: ^4.4|^5.4|^6.0
- symfony/form: ^4.4|^5.4|^6.0
- symfony/framework-bundle: ^4.4|^5.4|^6.0
- symfony/options-resolver: ^4.4|^5.4|^6.0
- symfony/twig-bundle: ^4.4|^5.4|^6.0
- symfony/validator: ^4.4|^5.4|^6.0
- twig/twig: ^3.3
Requires (Dev)
- beberlei/assert: ^3.3
- behat/behat: ^3.3
- behat/mink-selenium2-driver: ^1.4
- friends-of-behat/mink-browserkit-driver: ^1.6.1
- friends-of-behat/mink-debug-extension: ^2.1
- friends-of-behat/mink-extension: ^2.6
- friends-of-behat/symfony-extension: ^2.2
- phpspec/phpspec: ^7.1
- phpstan/phpstan: ^1.10
- phpstan/phpstan-beberlei-assert: ^1.0
- phpstan/phpstan-doctrine: ^1.0
- sensiolabs/behat-page-object-extension: ^2.3
- squizlabs/php_codesniffer: ^3.6
- symfony/console: ^4.4|^5.4|^6.0
- symfony/css-selector: ^4.4|^5.4|^6.0
- symfony/debug-bundle: ^4.4|^5.4|^6.0
- symfony/http-foundation: ^4.4|^5.4|^6.0
- symfony/phpunit-bridge: ^6.3
- symfony/routing: ^4.4|^5.4|^6.0
- symfony/var-dumper: ^4.4|^5.4|^6.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.