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

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

maxsky/lumen-app-key-generator
==============================

Set the application key in Lumen Framework.

v1.0(7y ago)1477.5k↓16.7%[1 issues](https://github.com/maxsky/Lumen-AppKey-Generator/issues)MITPHP

Since Mar 7Pushed 7y ago2 watchersCompare

[ Source](https://github.com/maxsky/Lumen-AppKey-Generator)[ Packagist](https://packagist.org/packages/maxsky/lumen-app-key-generator)[ RSS](/packages/maxsky-lumen-app-key-generator/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

[![](https://camo.githubusercontent.com/ac8f294a80f65338db545230f1a881b9a382204a1f187c6ff40ee679d42d40ca/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c696e6b2d3939362e6963752d7265642e737667)](https://996.icu)

Install
=======

[](#install)

```
composer require maxsky/lumen-app-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

34

—

LowBetter than 77% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

2630d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2f8f4aa99ca479f6fb6b162b4b56ce4e8e8e96518c828949a69b2db37ae4ecb0?d=identicon)[maxsky](/maintainers/maxsky)

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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