runroom-packages / cookies-bundle
Manage your website cookies with GDPR compliance
Installs: 48 100
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 6
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^8.1
- doctrine/dbal: ^3.6 || ^4.0
- doctrine/doctrine-bundle: ^2.10
- doctrine/orm: ^2.19 || ^3.2
- doctrine/persistence: ^3.1
- psr/container: ^1.1 || ^2.0
- runroom-packages/doctrine-translatable-bundle: ^0.20
- symfony/asset: ^6.4 || ^7.1
- symfony/config: ^6.4 || ^7.1
- symfony/dependency-injection: ^6.4 || ^7.1
- symfony/event-dispatcher: ^6.4 || ^7.1
- symfony/form: ^6.4 || ^7.1
- symfony/framework-bundle: ^6.4 || ^7.1
- symfony/http-foundation: ^6.4 || ^7.1
- symfony/http-kernel: ^6.4 || ^7.1
- symfony/validator: ^6.4 || ^7.1
- twig/twig: ^3.14
Requires (Dev)
- a2lix/auto-form-bundle: ^0.4
- a2lix/translation-form-bundle: ^3.2
- dama/doctrine-test-bundle: ^8.0
- friendsofsymfony/ckeditor-bundle: ^2.3
- knplabs/knp-menu-bundle: ^3.1
- matthiasnoback/symfony-config-test: ^5.1
- matthiasnoback/symfony-dependency-injection-test: ^5.1
- phpunit/phpunit: ^9.6
- runroom-packages/testing: ^0.20
- sonata-project/admin-bundle: ^4.25
- sonata-project/doctrine-orm-admin-bundle: ^4.13
- symfony/browser-kit: ^6.4 || ^7.1
- symfony/phpunit-bridge: ^7.1
- symfony/security-bundle: ^6.4 || ^7.1
- symfony/twig-bundle: ^6.4 || ^7.1
- zenstruck/foundry: ^2.0
Conflicts
This package is auto-updated.
Last update: 2024-10-21 11:42:21 UTC
README
This bundle allows you to manage your cookies with GDPR compliance.
Installation
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
composer require runroom-packages/cookies-bundle
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 [ // ... Runroom\CookiesBundle\RunroomCookiesBundle::class => ['all' => true], ];
Contribute
The sources of this package are contained in the Runroom monorepo. We welcome contributions for this package on runroom/runroom-packages.
License
This bundle is under the MIT license.