Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shapecode/cookie-consent-bundle
https://github.com/shapecode/cookie-consent-bundle
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shapecode/cookie-consent-bundle
- Owner: shapecode
- License: mit
- Created: 2018-05-25T08:31:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T15:40:15.000Z (about 2 years ago)
- Last Synced: 2024-09-07T04:23:02.950Z (2 months ago)
- Language: PHP
- Size: 114 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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