https://github.com/getdevflow/cookie-consent
Cookie Consent helps you comply with the EU regulations regarding the usage of website cookies.
https://github.com/getdevflow/cookie-consent
devflow-plugin plugin
Last synced: 8 days ago
JSON representation
Cookie Consent helps you comply with the EU regulations regarding the usage of website cookies.
- Host: GitHub
- URL: https://github.com/getdevflow/cookie-consent
- Owner: getdevflow
- License: gpl-2.0
- Created: 2024-12-13T19:14:52.000Z (over 1 year ago)
- Default Branch: 1.x
- Last Pushed: 2025-01-05T18:24:21.000Z (over 1 year ago)
- Last Synced: 2026-02-10T18:36:17.579Z (3 months ago)
- Topics: devflow-plugin, plugin
- Language: PHP
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Description
Cookie Consent helps you comply with the EU regulations regarding the usage of website cookies.
> __Requires__ Devflow Version: 1.2.0
> __Tested Up To:__ 1.2.0
> __Requires PHP:__ 8.3+
> __Stable Tag:__ 2.0.0
> __License:__ GPLv2-only
## Features
- Set banner position
- Set banner layout
- Choose design from color palette
- Learn more link (defaults to cookiesandyou.com)
- Choose compliance type
- Custom text
- Custom attributes
## Localization
* English
* Spanish
## Composer Installation
1. Start a new shell session.
2. Navigate to the root of your install, run the following command ```composer require getdevflow/cookie-consent```.
In your own presentation layer for a frontend, you will need to add the `App\Shared\Helpers\cms_head` function before the closing `head` tag, and the add `App\Shared\Helpers\cms_footer` function before the closing `body` tag.
## Changelog
### 2.0.0
- Api change for enqueue functions.
### 1.0.0
- Initial release