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

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

kloppz/lumen-generator
======================

A Lumen Generator You Are Missing

5.6.5(8y ago)0452MITPHP

Since Oct 20Pushed 8y agoCompare

[ Source](https://github.com/kloppz/lumen-generator)[ Packagist](https://packagist.org/packages/kloppz/lumen-generator)[ RSS](/packages/kloppz-lumen-generator/feed)WikiDiscussions develop Synced 2mo ago

READMEChangelog (3)Dependencies (4)Versions (20)Used By (0)

Lumen Generator
===============

[](#lumen-generator)

> **NOTES** Based In Flipboxstudio/lumen-generator

[![Total Downloads](https://camo.githubusercontent.com/b765f74da65fce661108aba7fcdf54e5ccdb59d75f55c4520e32fbb2b67093ad/68747470733a2f2f706f7365722e707567782e6f72672f666c6970626f782f6c756d656e2d67656e657261746f722f642f746f74616c2e737667)](https://packagist.org/packages/flipbox/lumen-generator)[![Latest Stable Version](https://camo.githubusercontent.com/108f15941abeb82664e2dd278b7f3d6e1b3bb2576623883adb68b370db83f17d/68747470733a2f2f706f7365722e707567782e6f72672f666c6970626f782f6c756d656e2d67656e657261746f722f762f737461626c652e737667)](https://packagist.org/packages/flipbox/lumen-generator)[![Latest Unstable Version](https://camo.githubusercontent.com/a32d5bef35144f057c3071011fd50d04bc8b14b684af3e411316f595822bded1/68747470733a2f2f706f7365722e707567782e6f72672f666c6970626f782f6c756d656e2d67656e657261746f722f762f756e737461626c652e737667)](https://packagist.org/packages/flipbox/lumen-generator)[![License](https://camo.githubusercontent.com/a9e6b89b89047064649cd1e2d856d1c13cdac1a8f3cd096fb37504ba4229d1a0/68747470733a2f2f706f7365722e707567782e6f72672f666c6970626f782f6c756d656e2d67656e657261746f722f6c6963656e73652e737667)](https://packagist.org/packages/flipbox/lumen-generator)

Do you miss any Laravel code generator on your Lumen project? If yes, then you're in the right place.

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

[](#installation)

To use *some* generators command in Lumen (just like you do in Laravel), you need to add this package:

```
composer require kloppz/lumen-generator @dev
```

Configuration
-------------

[](#configuration)

Inside your `bootstrap/app.php` file, add:

```
$app->register(Flipbox\LumenGenerator\LumenGeneratorServiceProvider::class);
```

Available Command
-----------------

[](#available-command)

```
key:generate      Set the application key

make:command      Create a new Artisan command
make:controller   Create a new controller class
make:event        Create a new event class
make:job          Create a new job class
make:listener     Create a new event listener class
make:mail         Create a new email class
make:middleware   Create a new middleware class
make:migration    Create a new migration file
make:model        Create a new Eloquent model class
make:policy       Create a new policy class
make:provider     Create a new service provider class
make:seeder       Create a new seeder class
make:test         Create a new test class

```

Additional Useful Command
-------------------------

[](#additional-useful-command)

```
clear-compiled    Remove the compiled class file
serve             Serve the application on the PHP development server
tinker            Interact with your application
optimize          Optimize the framework for better performance
route:list        Display all registered routes.

```

> **NOTES** `route:list` command has been added via [appzcoder/lumen-route-list](https://github.com/appzcoder/lumen-route-list) package.

Tinker `include` Argument Usage
-------------------------------

[](#tinker-include-argument-usage)

`php artisan tinker path/to/tinker/script.php`

script.php example:

```
$environment = app()->environment();
$output = new Symfony\Component\Console\Output\ConsoleOutput();
$output->writeln("Hello the app environment is `{$environment}`");
$output->writeln("Did something");
$output->writeln("Did something bad");

```

###  Health Score

32

—

LowBetter than 71% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 51.8% 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 ~32 days

Recently: every ~17 days

Total

18

Last Release

2942d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/652740cd5fde36fe961799b73ed817442dddcbd07d61f0723a008f43d1e83050?d=identicon)[kloppz](/maintainers/kloppz)

---

Top Contributors

[![krisanalfa](https://avatars.githubusercontent.com/u/3734729?v=4)](https://github.com/krisanalfa "krisanalfa (29 commits)")[![joelhy](https://avatars.githubusercontent.com/u/94154?v=4)](https://github.com/joelhy "joelhy (15 commits)")[![foxkdev](https://avatars.githubusercontent.com/u/22413328?v=4)](https://github.com/foxkdev "foxkdev (5 commits)")[![mstaack](https://avatars.githubusercontent.com/u/10169509?v=4)](https://github.com/mstaack "mstaack (1 commits)")[![RJustice](https://avatars.githubusercontent.com/u/2288594?v=4)](https://github.com/RJustice "RJustice (1 commits)")[![simonhamp](https://avatars.githubusercontent.com/u/31628?v=4)](https://github.com/simonhamp "simonhamp (1 commits)")[![AMS777](https://avatars.githubusercontent.com/u/32177639?v=4)](https://github.com/AMS777 "AMS777 (1 commits)")[![tswestendorp](https://avatars.githubusercontent.com/u/1061961?v=4)](https://github.com/tswestendorp "tswestendorp (1 commits)")[![aqidd](https://avatars.githubusercontent.com/u/1284186?v=4)](https://github.com/aqidd "aqidd (1 commits)")[![imikemiller](https://avatars.githubusercontent.com/u/24856374?v=4)](https://github.com/imikemiller "imikemiller (1 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/tinker

Powerful REPL for the Laravel framework.

7.4k423.8M1.8k](/packages/laravel-tinker)[illuminate/pipeline

The Illuminate Pipeline package.

9446.6M210](/packages/illuminate-pipeline)[mrmarchone/laravel-auto-crud

Laravel Auto CRUD helps you streamline development and save time.

28711.8k2](/packages/mrmarchone-laravel-auto-crud)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)[uma/composer-psysh

No-frills PsySH-Composer plugin

183.2k](/packages/uma-composer-psysh)

PHPackages © 2026

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