PHPackages                             veribenim/laravel - 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. veribenim/laravel

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

veribenim/laravel
=================

Veribenim KVKK/GDPR çerez onayı SDK - Laravel entegrasyonu

v0.4.0(1mo ago)00MITPHPPHP ^8.1

Since Jul 7Pushed 1mo agoCompare

[ Source](https://github.com/Pariette-Inc/veribenim.laravel.sdk)[ Packagist](https://packagist.org/packages/veribenim/laravel)[ Docs](https://veribenim.com)[ RSS](/packages/veribenim-laravel/feed)WikiDiscussions main Synced 6d ago

READMEChangelogDependencies (4)Versions (2)Used By (0)

veribenim/laravel
=================

[](#veribenimlaravel)

> Veribenim KVKK &amp; GDPR çerez onayı SDK — Laravel

[![Packagist](https://camo.githubusercontent.com/dfd2435bcfdf8f85c7ed8aa07cb2a2cc52562ab527ffb76d55cc7990308a10fd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7665726962656e696d2f6c61726176656c)](https://packagist.org/packages/veribenim/laravel)[![License: MIT](https://camo.githubusercontent.com/784362b26e4b3546254f1893e778ba64616e362bd6ac791991d2c9e880a3a64e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d677265656e2e737667)](https://opensource.org/licenses/MIT)

Kurulum
-------

[](#kurulum)

```
composer require veribenim/laravel
php artisan vendor:publish --tag=veribenim-config
```

ServiceProvider ve Facade otomatik keşfedilir.

Konfigürasyon (.env)
--------------------

[](#konfigürasyon-env)

```
VERIBENIM_TOKEN=buraya_token_yapistirin
VERIBENIM_LANG=tr
```

Token'ı [Veribenim Paneli](https://app.veribenim.com)'nden alın: Siteniz → Entegrasyon.

Banner Script
-------------

[](#banner-script)

Layout blade dosyanızda:

```

    @veribenimScript

```

Form Rızası (Facade)
--------------------

[](#form-rızası-facade)

```
use Veribenim\Laravel\VeribenimFacade as Veribenim;

public function store(Request $request)
{
    Veribenim::logFormConsent(
        formName:    'contact',
        consented:   $request->boolean('kvkk'),
        consentText: 'KVKK kapsamında verilerimin işlenmesini onaylıyorum.',
        metadata:    ['email' => $request->email]
    );
}
```

DSAR
----

[](#dsar)

```
Veribenim::submitDsar(
    requestType: 'erasure',
    fullName:    $request->full_name,
    email:       $request->email,
    description: $request->description
);
```

Dependency Injection
--------------------

[](#dependency-injection)

```
use Veribenim\VeribenimClient;

class ContactController extends Controller
{
    public function __construct(private readonly VeribenimClient $veribenim) {}

    public function store(Request $request)
    {
        $this->veribenim->logFormConsent(
            formName:  'contact',
            consented: $request->boolean('kvkk'),
        );
    }
}
```

Blade Direktifleri
------------------

[](#blade-direktifleri)

```
@ifConsented('analytics')

@endIfConsented
```

Middleware
----------

[](#middleware)

```
Route::middleware('veribenim.consent:analytics')->group(function () {
    Route::get('/dashboard', DashboardController::class);
});
```

Gereksinimler
-------------

[](#gereksinimler)

- PHP 8.1+
- Laravel 10, 11 veya 12

Lisans
------

[](#lisans)

MIT © [Pariette](https://veribenim.com)

###  Health Score

34

—

LowBetter than 74% of packages

Maintenance92

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity32

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

39d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/36ee6bd5f3f50759bc87a02fe8d91ecf67f75f60758bbd7bd5f1798d4d72ee43?d=identicon)[Pariette](/maintainers/Pariette)

---

Top Contributors

[![ahmetscil](https://avatars.githubusercontent.com/u/16190751?v=4)](https://github.com/ahmetscil "ahmetscil (7 commits)")

---

Tags

laravelcookiegdprconsentkvkkveribenim

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/veribenim-laravel/health.svg)

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

###  Alternatives

[statikbe/laravel-cookie-consent

Cookie consent modal for EU

219434.5k](/packages/statikbe-laravel-cookie-consent)[emargareten/inertia-modal

Inertia Modal is a Laravel package that lets you implement backend-driven modal dialogs for Inertia apps.

90157.6k](/packages/emargareten-inertia-modal)[forjedio/inertia-table

Backend-driven dynamic tables for Laravel + Inertia.js

272.0k](/packages/forjedio-inertia-table)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.8k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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