yourfrog / symfony-bundle-rodo
Bundle for add rodo elements
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/yourfrog/symfony-bundle-rodo
Requires
- php: >=7.2
- symfony/form: ^3.4
- symfony/http-kernel: ^3.4
- symfony/options-resolver: ^3.4
- symfony/validator: ^3.4
This package is auto-updated.
Last update: 2025-10-19 11:17:30 UTC
README
Status
- Form type [complete]
- popup [futures]
Step 1: Use composer and enable Bundle
composer require yourfrog/symfony-bundle_rodo
Now, Composer will automatically download all required files, and install them
for you. All that is left to do is to update your AppKernel.php file, and
register the new bundle:
<?php // in AppKernel::registerBundles() $bundles = array( // ... new YourFrog\Symfony\Bundle\RodoBundle\RodoBundle(), // ... );