https://github.com/shapecode/cookie-consent-bundle
https://github.com/shapecode/cookie-consent-bundle
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shapecode/cookie-consent-bundle
- Owner: shapecode
- License: mit
- Created: 2018-05-25T08:31:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T15:40:15.000Z (almost 3 years ago)
- Last Synced: 2024-12-25T17:29:05.596Z (6 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
[](https://packagist.org/packages/shapecode/cookie-consent-bundle)
[](https://packagist.org/packages/shapecode/cookie-consent-bundle)
[](https://packagist.org/packages/shapecode/cookie-consent-bundle)
[](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