dynamikaweb/yii2-cookieconsent-widget
最新稳定版本:1.0
Composer 安装命令:
composer require dynamikaweb/yii2-cookieconsent-widget
包简介
Cookie Consent is a lightweight JavaScript plugin for alerting users about the use of cookies on your website.
关键字:
README 文档
README
Documentation
Installation
The preferred way to install this extension is through composer.
Either run
$ composer require dynamikaweb/yii2-cookieconsent-widget "*"
or add
"dynamikaweb/yii2-cookieconsent-widget": "*"
to the require section of your composer.json file.
Usage
use dynamikaweb\cookieconsent\CookieConsent; echo CookieConsent::widget([ 'assetType' => CookieConsent::ASSET_TYPE_CDN, 'pluginOptions' => [ # see examples: https://www.osano.com/cookieconsent/documentation/javascript-api ] ]);
This project is under BSD-3-Clause license.
统计信息
- 总下载量: 658
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2021-08-03