PHPackages                             equidna/keygen - 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. equidna/keygen

Abandoned → [equidna/domain-token-auth](/?search=equidna%2Fdomain-token-auth)Library[Utility &amp; Helpers](/categories/utility)

equidna/keygen
==============

Token generator client for API consumption

0.1(5mo ago)052MITPHP

Since Jan 19Pushed 5mo agoCompare

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

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

Tokens
======

[](#tokens)

This package provides token generation and a middleware to validate incoming requests.

Token generation
----------------

[](#token-generation)

Generate a token by running the Artisan command:

```
php artisan generate-token
```

The command will output (or store, depending on the package configuration) the token required to authorize requests.

Middleware usage
----------------

[](#middleware-usage)

The package includes a middleware that validates the presence and validity of the token. Registered under `Keygen.ValidateToken`, it can be used as follows:

```
Route::middleware(['Keygen.ValidateToken'])->group(function () {
    Route::get('/endpoint', function () {
        //  Only accessible to requests with a valid token
    });
});
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance71

Regular maintenance activity

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 Bus Factor1

Top contributor holds 80% 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

165d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/984800?v=4)[gruelas](/maintainers/gruelas)[@gruelas](https://github.com/gruelas)

---

Top Contributors

[![omaar-es](https://avatars.githubusercontent.com/u/155184712?v=4)](https://github.com/omaar-es "omaar-es (8 commits)")[![vicario00](https://avatars.githubusercontent.com/u/101902535?v=4)](https://github.com/vicario00 "vicario00 (2 commits)")

### Embed Badge

![Health badge](/badges/equidna-keygen/health.svg)

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

###  Alternatives

[laravel/octane

Supercharge your Laravel application's performance.

4.0k26.6M223](/packages/laravel-octane)[statamic/cms

The Statamic CMS Core Package

4.8k3.6M985](/packages/statamic-cms)[typicms/base

A modular multilingual CMS built with Laravel, enabling developers to manage structured content like pages, news, events, and more.

1.6k20.4k](/packages/typicms-base)[code16/sharp

Laravel Content Management Framework

79164.7k8](/packages/code16-sharp)[intrfce/laravel-frontend-enums

Stop using 'magic' strings/numbers in your frontend Javascript and use your actual application enums instead.

2327.7k](/packages/intrfce-laravel-frontend-enums)[aerni/livewire-forms

A Statamic forms framework powered by Laravel Livewire

2915.1k](/packages/aerni-livewire-forms)

PHPackages © 2026

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