nucleos / form-extensions
This library adds some custom form elements and validation for symfony.
Fund package maintenance!
core23
Opencollective
Ko-Fi
Other
Installs: 24 655
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 0
Forks: 1
Open Issues: 1
pkg:composer/nucleos/form-extensions
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: ^3.0 || ^4.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.8.x-dev
- 6.7.x-dev
- 6.7.0
- 6.6.x-dev
- 6.6.0
- 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-dependabot/npm_and_yarn/pbkdf2-3.1.5
- dev-dependabot/npm_and_yarn/cipher-base-1.0.7
- dev-dependabot/npm_and_yarn/sha.js-2.4.12
- dev-dependabot/npm_and_yarn/elliptic-6.6.1
- dev-dependabot/composer/vendor-bin/tools/symplify/changelog-linker-9.2.6
- dev-dependabot/composer/vendor-bin/tools/phpmd/phpmd-2.15.0
- dev-dependabot/composer/vendor-bin/tools/phpspec/prophecy-phpunit-2.4.0
- dev-dependabot/github_actions/actions/github-script-8
- dev-dependabot/github_actions/actions/cache-4
- dev-dependabot/composer/vendor-bin/tools/symfony/phpunit-bridge-7.3.4
- dev-dependabot/github_actions/actions/checkout-5
- dev-dependabot/github_actions/actions/setup-node-5.0.0
- dev-dependabot/github_actions/shivammathur/setup-php-2.35.5
- dev-renovate/doctrine-persistence-4.x
- dev-renovate/phpunit-phpunit-12.x
- dev-readme-badge
- dev-renovate/phpunit-phpunit-10.x
This package is auto-updated.
Last update: 2025-10-05 19:39:47 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.