Download the PHP package sjaakp/yii2-cookieconsent without Composer
On this page you can find all versions of the php package sjaakp/yii2-cookieconsent. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package yii2-cookieconsent
yii2-cookieconsent
Wrapper for Osano Cookie Consent plugin
This is a simple wrapper for the Osano Cookie Consent plugin to be used in the Yii 2.0 PHP Framework.
Usage
sjaakp\cookieconstent\CookieConsent
is a
Yii2 Widget
which can be used in a layout view file along these lines:
<!DOCTYPE html>
<html ...>
<head>
...
</head>
<body>
...
<?= $content ?>
...
<?= CookieConsent::widget([
'options' => [
'content' => [
'message' => 'This website uses cookies...',
// ... more content options ...
]
// ... more cookieconsent options ...
]
]) ?>
</body>
</html>
CookieConsent options are documented here.
All versions of yii2-cookieconsent with dependencies
PHP Build Version
Package Version
Requires
yiisoft/yii2 Version
*
The package sjaakp/yii2-cookieconsent contains the following files
Loading the files please wait ....