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.
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.
This extension is supposed to be used with composer-config-plugin.
Else look src/config/web.php for cofiguration example.
Available configuration parameters:
cookieConsent.disabledcookieConsent.paramsmessage - message to be showndismissthememoremoreLinkfailUrl - url user will be redirected when cookies are disabledFor more details please see src/config/params.php.
This project is released under the terms of the BSD-3-Clause license. Read more here.
Copyright © 2017, HiQDev (http://hiqdev.com/)