citysites / yii2-cookieconsent
Yii2 wrap for https://github.com/osano/cookieconsent
Installs: 9 276
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 0
Requires
- php: >=7.2
- npm-asset/cookieconsent: ^3.1
- yiisoft/yii2: ^2.0
This package is auto-updated.
Last update: 2025-03-19 19:59:50 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();