hiqdev / yii2-cookie-consent
Yii2 Cookie Consent
Installs: 263
Dependents: 1
Suggesters: 0
Security: 0
Stars: 4
Watchers: 5
Forks: 1
Open Issues: 0
Type:yii2-extension
Requires
- bower-asset/cookieconsent2: 2.0.*
- yiisoft/yii2: ^2.0
Requires (Dev)
- hiqdev/hidev-hiqdev: <2.0 || dev-master
- hiqdev/hidev-php: <2.0 || dev-master
This package is auto-updated.
Last update: 2024-10-09 22:19:38 UTC
README
Provides really easy alerting users about the use of cookies on your site.
Cookie consent is required to comply with the EU Cookie Law.
Additionally it detects if cookie is disabled in user's browser and redirects user to predefined page.
Works by adding Behavior to the Application View. Behavior listens to EVENT_END_BODY and echos the consent script.
Installation
The preferred way to install this yii2-extension is through composer.
Either run
php composer.phar require "hiqdev/yii2-cookie-consent"
or add
"hiqdev/yii2-cookie-consent": "*"
to the require section of your composer.json.
Configuration
This extension is supposed to be used with composer-config-plugin.
Else look src/config/web.php for cofiguration example.
Available configuration parameters:
cookieConsent.disabled
cookieConsent.params
message
- message to be showndismiss
theme
more
moreLink
failUrl
- url user will be redirected when cookies are disabled
For more details please see src/config/params.php.
License
This project is released under the terms of the BSD-3-Clause license. Read more here.
Copyright © 2017, HiQDev (http://hiqdev.com/)