PHPackages                             happytodev/blogr-gdpr - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. happytodev/blogr-gdpr

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

happytodev/blogr-gdpr
=====================

GDPR compliance plugin for Blogr CMS - cookie consent, privacy, data export/erasure

1.1.4(yesterday)01↑2900%MITPHPPHP ^8.3CI passing

Since Jun 8Pushed yesterdayCompare

[ Source](https://github.com/happytodev/blogr-gdpr)[ Packagist](https://packagist.org/packages/happytodev/blogr-gdpr)[ RSS](/packages/happytodev-blogr-gdpr/feed)WikiDiscussions main Synced yesterday

READMEChangelog (6)Dependencies (6)Versions (7)Used By (0)

Blogr GDPR
==========

[](#blogr-gdpr)

[![Latest Version](https://camo.githubusercontent.com/5d22520a2f4b9d9d20f9fe8492fa1a98c1d4d8f651168c501f10ea7312675a88/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6861707079746f6465762f626c6f67722d676470722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/happytodev/blogr-gdpr)[![Tests](https://camo.githubusercontent.com/98e51e58fbdf1031e10c18bbab7c07914c1305a681bcde2c05fb34d1c22715fe/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6861707079746f6465762f626c6f67722d676470722f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/happytodev/blogr-gdpr/actions)[![Fix PHP code style](https://camo.githubusercontent.com/ebee49c6198956bb6344748e2bc737c5e5779ff5c0d5713ac3a120b783b5cdcf/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6861707079746f6465762f626c6f67722d676470722f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/happytodev/blogr-gdpr/actions)[![PHP Version](https://camo.githubusercontent.com/bcb8e9785e72280bfd5859905cad092e6fd72fd9db5bdcff77f2487b483eda9f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6861707079746f6465762f626c6f67722d676470723f7374796c653d666c61742d737175617265)](https://packagist.org/packages/happytodev/blogr-gdpr)[![Downloads](https://camo.githubusercontent.com/21cd1c955f0d51125c4eba62e1d3e09c1636f58852428c28d7b6fc3a3968bd8a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6861707079746f6465762f626c6f67722d676470723f7374796c653d666c61742d737175617265)](https://packagist.org/packages/happytodev/blogr-gdpr)[![GitHub Stars](https://camo.githubusercontent.com/d3eabaffe9c3485ccbbdc94d26691f999b3452be081c132964b2c2acb015cdef/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f6861707079746f6465762f626c6f67722d676470723f7374796c653d666c61742d737175617265)](https://github.com/happytodev/blogr-gdpr)[![License](https://camo.githubusercontent.com/458425f8985b0b0c8a736cffe75e05a098e3d77906acddbcad2bfc54492a4e02/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d677265656e2e7376673f7374796c653d666c61742d737175617265)](https://opensource.org/licenses/MIT)

**GDPR compliance plugin for Blogr CMS**

Cookie consent banner, privacy policy pages, data export &amp; erasure requests, and consent logging — all fully integrated with Blogr's multilingual CMS.

---

Features
--------

[](#features)

- **Cookie Consent Banner** – Customizable position (top/bottom), theme (dark/light), and granular category selection (essential, analytics, marketing) with a "Customize" modal
- **Privacy Policy** – Auto-generated CMS page with per-locale content via the Blogr block builder; DPO contact details injected dynamically
- **Analytics Consent** – Gate for Google Analytics, Plausible, Umami, Matomo with per-provider control and configurable position
- **Contact Form Consent** – GDPR checkbox integrated into Blogr's contact form with Alpine.js validation
- **Data Export &amp; Erasure** – Self-service request forms with email notifications to the DPO
- **Consent Logging** – Database-backed audit trail with configurable retention period
- **Filament Admin** – Full GDPR settings page in the Filament admin panel
- **Multilingual** – EN, FR, DE, ES translations included (extensible)

Requirements
------------

[](#requirements)

- PHP ^8.3
- Blogr ^1.3

Installation
------------

[](#installation)

```
composer require happytodev/blogr-gdpr
```

Run the package migrations:

```
php artisan migrate:status
php artisan migrate
```

Configuration
-------------

[](#configuration)

Publish the config file:

```
php artisan vendor:publish --tag=blogr-gdpr-config
```

Configure your DPO details in `config/blogr-gdpr.php`:

```
'dpo' => [
    'name' => 'Your DPO Name',
    'email' => 'dpo@example.com',
    'address' => '123 Main Street, City, Country',
],
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

License
-------

[](#license)

The MIT License (MIT). Please see [LICENSE](LICENSE) for more information.

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance100

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

6

Last Release

1d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b31cd186f639bcfaffa668063556cfe495baae03d56a7f0c69fba8383feecfc1?d=identicon)[happytodev](/maintainers/happytodev)

---

Top Contributors

[![happytodev](https://avatars.githubusercontent.com/u/425998?v=4)](https://github.com/happytodev "happytodev (20 commits)")

---

Tags

filamentphpgdprprivacycookie-consentblogr

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/happytodev-blogr-gdpr/health.svg)

```
[![Health](https://phpackages.com/badges/happytodev-blogr-gdpr/health.svg)](https://phpackages.com/packages/happytodev-blogr-gdpr)
```

###  Alternatives

[whitecube/laravel-cookie-consent

Register, configure and ask for cookies consent in a EU-compliant way.

496674.9k2](/packages/whitecube-laravel-cookie-consent)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3861.7k](/packages/codewithdennis-larament)[dotswan/filament-map-picker

Easily pick and retrieve geo-coordinates using a map-based interface in your Filament applications.

127173.7k3](/packages/dotswan-filament-map-picker)[crumbls/layup

A visual page builder plugin for Filament 5 — Divi-style grid layouts with extensible widgets.

591.7k1](/packages/crumbls-layup)[jibaymcs/filament-tour

Bring the power of DriverJs to your Filament panels and start a tour !

12351.0k](/packages/jibaymcs-filament-tour)[tanthammar/filament-extras

Filament macros, pages, fields, columns and other helpers

535.0k](/packages/tanthammar-filament-extras)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
