https://github.com/nucleos/nucleos-form-extensions
⚙️ This library adds some custom form elements and validation for symfony.
https://github.com/nucleos/nucleos-form-extensions
form hacktoberfest library symfony symfony-bridge validation
Last synced: 3 months ago
JSON representation
⚙️ This library adds some custom form elements and validation for symfony.
- Host: GitHub
- URL: https://github.com/nucleos/nucleos-form-extensions
- Owner: nucleos
- License: mit
- Created: 2017-11-19T18:00:04.000Z (over 8 years ago)
- Default Branch: 6.7.x
- Last Pushed: 2025-06-21T10:24:15.000Z (9 months ago)
- Last Synced: 2025-06-21T11:27:49.861Z (9 months ago)
- Topics: form, hacktoberfest, library, symfony, symfony-bridge, validation
- Language: PHP
- Homepage: https://nucleos.rocks
- Size: 1.42 MB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Form Extensions
===============
[](https://packagist.org/packages/nucleos/form-extensions)
[](https://packagist.org/packages/nucleos/form-extensions)
[](LICENSE.md)
[](https://packagist.org/packages/nucleos/form-extensions)
[](https://packagist.org/packages/nucleos/form-extensions)
[](https://packagist.org/packages/nucleos/form-extensions)
[](https://github.com/nucleos/nucleos-form-extensions/actions?query=workflow%3A"Continuous+Integration"+event%3Apush)
[](https://codecov.io/gh/nucleos/nucleos-form-extensions)
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:
```php
// config/bundles.php
return [
// ...
Nucleos\Form\Bridge\Symfony\Bundle\NucleosFormBundle::class => ['all' => true],
];
```
## License
This library is under the [MIT license](LICENSE.md).