PHPackages                             mnshuhailey/lumen-key-generator - 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. mnshuhailey/lumen-key-generator

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

mnshuhailey/lumen-key-generator
===============================

Set the application key in Lumen Framework.

01PHP

Since Feb 28Pushed 2y ago1 watchersCompare

[ Source](https://github.com/mnshuhailey/lumen-key-generator)[ Packagist](https://packagist.org/packages/mnshuhailey/lumen-key-generator)[ RSS](/packages/mnshuhailey-lumen-key-generator/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Install
=======

[](#install)

```
composer require mnshuhailey/lumen-key-generator
```

Description
===========

[](#description)

Support generate **APP\_KEY** in Lumen same as Laravel.

Usage
=====

[](#usage)

Modify `$commands` variable in `app/Console/Kernel`:

```
protected $commands = [
    \Illuminate\Console\KeyGenerateCommand::class,
];
```

Then run command at project root path:

```
php artisan key:generate
php artisan key:generate --show
```

Add param `--show` will display a generate key without replace **APP\_KEY** in `.env` file.

###  Health Score

12

—

LowBetter than 0% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity19

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/2333535ea6c28535c8214abdd776a0b72eb7b29d4f7dfde2df11668b0932b5f3?d=identicon)[mnshuhailey](/maintainers/mnshuhailey)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/mnshuhailey-lumen-key-generator/health.svg)

```
[![Health](https://phpackages.com/badges/mnshuhailey-lumen-key-generator/health.svg)](https://phpackages.com/packages/mnshuhailey-lumen-key-generator)
```

###  Alternatives

[opendialogai/core

The OpenDialog Core package

3215.9k1](/packages/opendialogai-core)[brouwers/shortcodes

Wordpress like shortcodes for Laravel 4.2

2012.7k1](/packages/brouwers-shortcodes)

PHPackages © 2026

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