PHPackages                             huppys/cookie-consent-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. huppys/cookie-consent-bundle

ActiveSymfony-bundle[Authentication &amp; Authorization](/categories/authentication)

huppys/cookie-consent-bundle
============================

Symfony bundle to ask the visitors for their consent to use cookies to comply to AVG/GDPR.

5461PHP

Since Nov 30Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Huppys/cookie-consent-bundle)[ Packagist](https://packagist.org/packages/huppys/cookie-consent-bundle)[ RSS](/packages/huppys-cookie-consent-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Cookie Consent bundle for Symfony
=================================

[](#cookie-consent-bundle-for-symfony)

As soon as you are collecting or processing personally identifiable information (short `PII`) you are obliged to allow your visitors to decide what information are collected. This cookie consent banner bundle helps you to help your users.

Symfony bundle to integrate a cookie consent dialog to your website and to handle cookies according to AVG/GDPR.

Installation
------------

[](#installation)

### Step 1: Download using composer

[](#step-1-download-using-composer)

In a Symfony application run this command to install and integrate Cookie Consent bundle in your application:

```
composer require huppys/cookie-consent-bundle
```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

When not using Symfony Flex, enable the bundle manually:

In AppKernel.php add the following line to the registerBundles() method:

```
