PHPackages                             nirandas/laravel-gatekeeper - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. nirandas/laravel-gatekeeper

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

nirandas/laravel-gatekeeper
===========================

Integrate Gatekeeper from webforms.online with your Laravel app

v1.0.3(1y ago)016mitPHP

Since Apr 11Pushed 1y ago1 watchersCompare

[ Source](https://github.com/nirandas/laravel-gatekeeper)[ Packagist](https://packagist.org/packages/nirandas/laravel-gatekeeper)[ RSS](/packages/nirandas-laravel-gatekeeper/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (1)Versions (5)Used By (0)

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

[](#installation)

`composer require nirandas/laravel-gatekeeper`

Usage
-----

[](#usage)

In your form validation rules add:

```
$request->validate([
//...
'gatekeeper_session_key' => ['required', \Nirandas\LaravelGatekeeper\Verifier::rule('Gatekeepre validation failed')],
]);

```

Add 2 entries in the .env file

```
GATEKEEPER_CLIENT_ID = "your client id"
GATEKEEPER_CLIENT_SECRET = "your gatekeeper secret"

```

The argument to LaravelGatekeeper::rule() is optional and is the error message to use if the validation failed.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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 ~211 days

Total

4

Last Release

545d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5ed6d8588220308219490fea51d4f72f7e05b96a53ef75683adc331f70e85a41?d=identicon)[nirandas](/maintainers/nirandas)

---

Top Contributors

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

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

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

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

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.3M17](/packages/kartik-v-yii2-password)[vitalybaev/laravel5-dkim

Laravel 5/6 package for signing outgoing messages with DKIM.

3163.1k](/packages/vitalybaev-laravel5-dkim)

PHPackages © 2026

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