https://github.com/harborn-digital/cookie-consent-bundle
Symfony bundle to append Cookie Consent to your website to comply to AVG/GDPR for cookies.
https://github.com/harborn-digital/cookie-consent-bundle
managed team-engineering-2
Last synced: 6 months ago
JSON representation
Symfony bundle to append Cookie Consent to your website to comply to AVG/GDPR for cookies.
- Host: GitHub
- URL: https://github.com/harborn-digital/cookie-consent-bundle
- Owner: Harborn-digital
- License: mit
- Created: 2019-01-31T15:49:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T09:22:34.000Z (over 1 year ago)
- Last Synced: 2025-08-19T13:06:55.511Z (6 months ago)
- Topics: managed, team-engineering-2
- Language: PHP
- Homepage:
- Size: 497 KB
- Stars: 25
- Watchers: 9
- Forks: 26
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://scrutinizer-ci.com/g/ConnectHolland/cookie-consent-bundle/?branch=master)
[](https://scrutinizer-ci.com/g/ConnectHolland/cookie-consent-bundle/?branch=master)
[](https://scrutinizer-ci.com/g/ConnectHolland/cookie-consent-bundle/build-status/master)
# Cookie Consent bundle for Symfony
Symfony bundle to append Cookie Consent to your website to comply to AVG/GDPR for cookies.
## Installation
### Step 1: Download using composer
In a Symfony application run this command to install and integrate Cookie Consent bundle in your application:
```bash
composer require connectholland/cookie-consent-bundle
```
### Step 2: Enable the bundle
When not using symfony flex, enable the bundle in the kernel manually:
```php