Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T09:22:34.000Z (7 months ago)
- Last Synced: 2024-12-15T02:04:37.045Z (about 1 month ago)
- Topics: managed, team-engineering-2
- Language: PHP
- Homepage:
- Size: 497 KB
- Stars: 18
- Watchers: 8
- Forks: 19
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/ConnectHolland/cookie-consent-bundle/badges/quality-score.png?b=master&s=15b793ae2474fa313d343c43f30ce4f9aa594f00)](https://scrutinizer-ci.com/g/ConnectHolland/cookie-consent-bundle/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/ConnectHolland/cookie-consent-bundle/badges/coverage.png?b=master&s=d8e84bcf2e3e5bed47d4c6aa4702f246de74dbdf)](https://scrutinizer-ci.com/g/ConnectHolland/cookie-consent-bundle/?branch=master)
[![Build Status](https://scrutinizer-ci.com/g/ConnectHolland/cookie-consent-bundle/badges/build.png?b=master&s=bcccde957df75df8622fa346ba348dee002efebb)](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