nucleos / form-extensions
This library adds some custom form elements and validation for symfony.
Fund package maintenance!
core23
Opencollective
Ko-Fi
Other
Installs: 20 482
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 1
Open Issues: 4
Requires
- php: ^8.1
- ext-json: *
- ext-pcre: *
- symfony/form: ^6.4 || ^7.0
- symfony/http-foundation: ^6.4 || ^7.0
- symfony/options-resolver: ^6.4 || ^7.0
- symfony/property-access: ^6.4 || ^7.0
- symfony/translation: ^6.4 || ^7.0
- symfony/validator: ^6.4 || ^7.0
Requires (Dev)
- doctrine/doctrine-bundle: ^2.5
- doctrine/orm: ^2.5 || ^3.0
- doctrine/persistence: ^1.3 || ^2.0 || ^3.0
- ergebnis/composer-normalize: ^2.0.1
- symfony/browser-kit: ^6.4 || ^7.0
- symfony/config: ^6.4 || ^7.0
- symfony/dependency-injection: ^6.4 || ^7.0
- symfony/expression-language: ^6.4 || ^7.0
- symfony/framework-bundle: ^6.4 || ^7.0
- symfony/http-kernel: ^6.4 || ^7.0
- symfony/twig-bridge: ^6.4 || ^7.0
- twig/intl-extra: ^2.4 || ^3.0
Suggests
- symfony/framework-bundle: If you want to use symfony
Conflicts
- doctrine/doctrine-bundle: <2.5
- doctrine/orm: <2.5
- symfony/framework-bundle: <6.4
- 6.6.x-dev
- 6.5.x-dev
- 6.5.0
- 6.4.x-dev
- 6.4.0
- 6.3.x-dev
- 6.3.0
- 6.2.x-dev
- 6.2.0
- 6.1.x-dev
- 6.1.0
- 6.0.x-dev
- 6.0.0
- 5.3.x-dev
- 5.2.x-dev
- 5.2.0
- 5.1.x-dev
- 5.1.1
- 5.1.0
- 5.0.0
- 4.0.2
- 4.0.1
- 4.0.0
- 3.0.1
- 3.0.0
- 2.3.1
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.0.0
- 0.3.2
- 0.3.1
- 0.3.0
- 0.2.0
- 0.1.0
- dev-renovate/major-phpstan-packages
- dev-renovate/doctrine-persistence-4.x
- dev-renovate/matthiasnoback-symfony-dependency-injection-test-6.x
- dev-renovate/phpunit-phpunit-11.x
- dev-readme-badge
- dev-renovate/phpunit-phpunit-10.x
This package is auto-updated.
Last update: 2024-11-11 09:16:00 UTC
README
This library adds some custom form elements and validation for symfony.
Installation
Open a command console, enter your project directory and execute the following command to download the latest stable version of this library:
composer require nucleos/form-extensions
Symfony usage
If you want to use this library inside symfony, you can use a bridge.
Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles in config/bundles.php
file of your project:
// config/bundles.php return [ // ... Nucleos\Form\Bridge\Symfony\Bundle\NucleosFormBundle::class => ['all' => true], ];
License
This library is under the MIT license.