PHPackages                             thecodebunny/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. thecodebunny/gdpr

ActiveLibrary

thecodebunny/gdpr
=================

Thecodebunny GDPR

03Blade

Since May 26Pushed 4y ago1 watchersCompare

[ Source](https://github.com/thecodebunny/GDPR)[ Packagist](https://packagist.org/packages/thecodebunny/gdpr)[ RSS](/packages/thecodebunny-gdpr/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Thecodebunny GDPR
=================

[](#thecodebunny-gdpr)

[![Latest Stable Version](https://camo.githubusercontent.com/922b191aba79cf5f3c04bf34f5710e2e4ef52a431a4c3dcf1a90997be2f4d45e/68747470733a2f2f706f7365722e707567782e6f72672f746865636f646562756e6e792f676470722f76)](//packagist.org/packages/thecodebunny/gdpr)[![Total Downloads](https://camo.githubusercontent.com/659798dbad89b1a8dc53e5bd2d4f55cc22f010263173fd773a9a0e30e9baba97/68747470733a2f2f706f7365722e707567782e6f72672f746865636f646562756e6e792f676470722f646f776e6c6f616473)](//packagist.org/packages/thecodebunny/gdpr)[![License](https://camo.githubusercontent.com/827b6cc58c4c69a94ffb8c30ff3f7ad65ea8e04042210249ed5eb426953290ab/68747470733a2f2f706f7365722e707567782e6f72672f746865636f646562756e6e792f676470722f6c6963656e7365)](https://github.com/thecodebunny/gdpr/blob/master/LICENSE)

1. Introduction:
----------------

[](#1-introduction)

Thecodebunny GDPR will help customers to Send Data Requests for Changing name , email ID , many more as well as customer can also send request for delete a particular data. Through this module customer can also see their all detaills like personal Details , Address Details , Order Details in pdf &amp; html formate. If admin is satisfied with the GDPR Data Request of the customer then admin could proceed the request of change a particular info or delete a particular info of the customer.

- Customers can send Data Request for Changing information in their acccount.
- Customers can send Data Request for deleteing a particular information in their acccount.
- After sending any Request customer recieves a mail on their registered email id.
- Customer can see thier all details like Personal Detail, Address Detail , Order detail through just one click in pdf and html formats.
- Admin can Enable/Disable GDPR Module.
- Admin can Enable/Disable Customer Agreement in GDPR Module.
- Admin can Enable/Disable Cookie Management in GDPR Module.
- Admin can Enable/Disable Cookie Management in GDPR Module.
- Admin can see the list of all Data Request.
- Admin can solve the Data Request and can change the status of the request.

2. Requirements:
----------------

[](#2-requirements)

- **Thecodebunny**: v1.2.0

3. Installation:
----------------

[](#3-installation)

### Install with composer

[](#install-with-composer)

Go to the root folder of **Thecodebunny** and run the following command:

```
composer require thecodebunny/gdpr

```

Prepare your database table(s) by the following command:

```
php artisan migrate

```

Populate the table(s)

```
php artisan db:seed --class=Thecodebunny\\GDPR\\Database\\Seeders\\GdprTableSeeder

```

#### Run these commands below to complete the setup

[](#run-these-commands-below-to-complete-the-setup)

```
php artisan route:clear

```

```
php artisan config:cache

```

```
php artisan vendor:publish

-> Press 0 and then press enter to publish all assets and configurations.

```

- Enable the GDPR Module from the Admin Panel

```
Admin->Settings->GDPR

```

### Install without composer

[](#install-without-composer)

- Unzip the respective extension zip and then create a folder named **GDPR** inside the `packages/Thecodebunny` folder into project root directory.
- Goto config/app.php file and add following line under 'providers'

```
Thecodebunny\GDPR\Providers\GDPRServiceProvider::class
```

- Goto composer.json file and add following line under 'psr-4'

```
"Thecodebunny\\GDPR\\": "packages/Thecodebunny/GDPR/src"
```

Now run the following command:

```
composer dump-autoload

```

Prepare your database table(s) by the following command:

```
php artisan migrate

```

Populate the table(s)

```
php artisan db:seed --class=Thecodebunny\\GDPR\\Database\\Seeders\\GdprTableSeeder

```

#### Run these commands below to complete the setup

[](#run-these-commands-below-to-complete-the-setup-1)

```
php artisan route:clear

```

```
php artisan config:cache

```

```
php artisan vendor:publish

-> Press 0 and then press enter to publish all assets and configurations.

```

- Enable the GDPR Module from the Admin Panel

```
Admin->Settings->GDPR

```

> That's it, now just execute the project on your specified domain.

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![hemangvyas11](https://avatars.githubusercontent.com/u/35866861?v=4)](https://github.com/hemangvyas11 "hemangvyas11 (3 commits)")

### Embed Badge

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

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

PHPackages © 2026

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