PHPackages                             uam/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. [Templating &amp; Views](/categories/templating)
4. /
5. uam/cookie-consent-bundle

ActiveSymfony-bundle[Templating &amp; Views](/categories/templating)

uam/cookie-consent-bundle
=========================

Add a banner allowing the user to consent to your symfony app's cookie policy

1.0.6(9y ago)297MITPHP

Since Apr 23Pushed 9y ago1 watchersCompare

[ Source](https://github.com/opichon/UAMCookieConsentBundle)[ Packagist](https://packagist.org/packages/uam/cookie-consent-bundle)[ Docs](https://github.com/opichon/cookie-consent-bundle)[ RSS](/packages/uam-cookie-consent-bundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (2)Versions (8)Used By (0)

UAMCookieConsentBundle
======================

[](#uamcookieconsentbundle)

A symfony 2 bundale that provides a convenient way to allow the user to consent to your symfony app's cookie policy.

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

[](#installation)

Add the bundle to your project's `composer.json`:

```
{
    "require": {
        "uam/cookie-consent-bundle": "^1.0",
        ...
    }
}
```

Run `composer install` or `composer update` to install the bundle:

```
$ php composer.phar update
```

Enable the bundle in the app's kernel:

```
