getdevflow/cookie-consent

Cookie Consent helps you comply with the EU regulations regarding the usage of website cookies.

Maintainers

Package info

github.com/getdevflow/cookie-consent

Type:devflow-plugin

pkg:composer/getdevflow/cookie-consent

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v2.0.1 2026-05-13 19:27 UTC

This package is auto-updated.

Last update: 2026-05-13 19:28:49 UTC


README

Cookie Consent helps you comply with the EU regulations regarding the usage of website cookies.

Requires Devflow Version: 2.x

Tested Up To: 2.0.0

Requires PHP: 8.4+

Stable Tag: 2.0.1

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

Portuguese, Chines (Simplified), German, English, Spanish, French, Italian Japanese, and Russian

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.1

  • Fixed route loading issue.

2.0.0

  • Api change for enqueue functions.
  • Updates for new Devflow v2.

1.0.0

  • Initial release