dev-master
9999999-dev https://github.com/hiqdev/yii2-cookie-consentYii2 Cookie Consent
BSD-3-Clause
The Requires
- yiisoft/yii2 ^2.0
- bower-asset/cookieconsent2 2.0.*
The Development Requires
plugin yii2 cookie consent
Yii2 Cookie Consent
Provides really easy alerting users about the use of cookies on your site., (*2)
Cookie consent is required to comply with the EU Cookie Law., (*3)
Additionally it detects if cookie is disabled in user's browser and redirects user to predefined page., (*4)
Works by adding Behavior to the Application View. Behavior listens to EVENT_END_BODY and echos the consent script., (*5)
The preferred way to install this yii2-extension is through composer., (*6)
Either run, (*7)
php composer.phar require "hiqdev/yii2-cookie-consent"
or add, (*8)
"hiqdev/yii2-cookie-consent": "*"
to the require section of your composer.json., (*9)
This extension is supposed to be used with composer-config-plugin., (*10)
Else look src/config/web.php for cofiguration example., (*11)
Available configuration parameters:, (*12)
cookieConsent.disabled
cookieConsent.params
message
- message to be showndismiss
theme
more
moreLink
failUrl
- url user will be redirected when cookies are disabledFor more details please see src/config/params.php., (*13)
This project is released under the terms of the BSD-3-Clause license. Read more here., (*14)
Copyright © 2017, HiQDev (http://hiqdev.com/), (*15)
Yii2 Cookie Consent
BSD-3-Clause
plugin yii2 cookie consent