citysites/yii2-cookieconsent

Yii2 wrap for https://github.com/osano/cookieconsent

v1.1 2021-10-19 12:12 UTC

This package is auto-updated.

Last update: 2024-04-19 17:44:44 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();