Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shapecode/cookie-consent-bundle


https://github.com/shapecode/cookie-consent-bundle

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# Shapecode Cookie Consent Bundle

[![Latest Stable Version](https://poser.pugx.org/shapecode/cookie-consent-bundle/v/stable)](https://packagist.org/packages/shapecode/cookie-consent-bundle)
[![Total Downloads](https://poser.pugx.org/shapecode/cookie-consent-bundle/downloads)](https://packagist.org/packages/shapecode/cookie-consent-bundle)
[![Latest Unstable Version](https://poser.pugx.org/shapecode/cookie-consent-bundle/v/unstable)](https://packagist.org/packages/shapecode/cookie-consent-bundle)
[![License](https://poser.pugx.org/shapecode/cookie-consent-bundle/license)](https://packagist.org/packages/shapecode/cookie-consent-bundle)

**Symfony Bundle for the popular [Cookie Consent plugin](https://cookieconsent.insites.com/).**

## Install

Via Composer

``` bash
$ composer require shapecode/cookie-consent-bundle
```

Enable the bundle in your kernel:

``` php