citysites / yii2-cookieconsent
Yii2 wrap for https://github.com/osano/cookieconsent
v1.1
2021-10-19 12:12 UTC
Requires
- php: >=7.2
- npm-asset/cookieconsent: ^3.1
- yiisoft/yii2: ^2.0
This package is auto-updated.
Last update: 2026-02-19 22:01:22 UTC
README
Documentation
All documantation about cookieconsent you can find here
Installation
Composer
The preferred way to install this extension is through Composer.
Either run composer require citysites/yii2-cookieconsent "dev-master"
or add "citysites/yii2-cookieconsent": "dev-master" to the require section of your composer.json
Usage
use \citysites\widgets\CookieConsent; ... echo CookieConsent::widget();