Download the PHP package atlasconsulting/cakephp-cookie-consent without Composer
On this page you can find all versions of the php package atlasconsulting/cakephp-cookie-consent. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download atlasconsulting/cakephp-cookie-consent
More information about atlasconsulting/cakephp-cookie-consent
Files in atlasconsulting/cakephp-cookie-consent
Download atlasconsulting/cakephp-cookie-consent
More information about atlasconsulting/cakephp-cookie-consent
Files in atlasconsulting/cakephp-cookie-consent
Vendor atlasconsulting
Package cakephp-cookie-consent
Short Description CookieConsent plugin for CakePHP
License MIT
Package cakephp-cookie-consent
Short Description CookieConsent plugin for CakePHP
License MIT
Please rate this library. Is it a good library?
Informations about the package cakephp-cookie-consent
CookieConsent plugin for CakePHP
This plugin helps to remove cookies your app set and on which a user didn't consent. It works reading a configurable cookie that contain information about the categories of cookie accepted by the user. It works out of the box with Cookie Consent.
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
Usage
Add the CookieCosentMiddleware
to the application middleware queue.
Configuration
The middleware is configurable with:
where
cookieName
(defaultcc_cookie
), the cookie consent to analyzesearchIn
(defaultlevel
), the key to look for in the json string value of cookie. The value must be an array of cookies' categories accepted by the user, for example['preferences', 'analytics']
.remove
an array divided by cookie categories that are to remove if not accepted
All versions of cakephp-cookie-consent with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
ext-json Version *
cakephp/cakephp Version ^4.3
psr/http-message Version ^1.0
psr/http-server-handler Version ^1.0
psr/http-server-middleware Version ^1.0
ext-json Version *
cakephp/cakephp Version ^4.3
psr/http-message Version ^1.0
psr/http-server-handler Version ^1.0
psr/http-server-middleware Version ^1.0
The package atlasconsulting/cakephp-cookie-consent contains the following files
Loading the files please wait ....