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

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

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

Token generator client for API consumption

0.1(3mo ago)034MITPHP

Since Jan 19Pushed 3mo agoCompare

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

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

31

—

LowBetter than 68% of packages

Maintenance78

Regular maintenance activity

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity24

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

119d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/21aa1f99daa17783331e507c7fa7ffd1fb5d9e93450069209d2c43e6d5c8ca1a?d=identicon)[gruelas](/maintainers/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

[wireui/wireui

TallStack components

1.8k1.3M16](/packages/wireui-wireui)[namu/wirechat

A Laravel Livewire messaging app for teams with private chats and group conversations.

54324.5k](/packages/namu-wirechat)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21147.4k](/packages/ramonrietdijk-livewire-tables)[mrmarchone/laravel-auto-crud

Laravel Auto CRUD helps you streamline development and save time.

28711.8k2](/packages/mrmarchone-laravel-auto-crud)[intrfce/laravel-frontend-enums

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

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

A Statamic forms framework powered by Laravel Livewire

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

PHPackages © 2026

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