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

ActiveLibrary

kodmanyagha/lumen-generator
===========================

All Laravel artisan commands for Lumen framework.

1.0.4(4y ago)024MITPHP

Since Jul 31Pushed 4y ago1 watchersCompare

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

READMEChangelogDependencies (7)Versions (6)Used By (0)

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

[](#lumen-generator)

[![Total Downloads](https://camo.githubusercontent.com/97c7afca82e8f4bb10cee05b27ce7e1eb138a6bd1018ea0c183e2ccc6d3abadb/68747470733a2f2f706f7365722e707567782e6f72672f6b6f646d616e79616768612f6c756d656e2d67656e657261746f722f642f746f74616c2e737667)](https://packagist.org/packages/kodmanyagha/lumen-generator)[![Latest Stable Version](https://camo.githubusercontent.com/a3ba4e628ce79f718e7824d989fb6f5a457e53007a739d25a53d1fa9730c1561/68747470733a2f2f706f7365722e707567782e6f72672f6b6f646d616e79616768612f6c756d656e2d67656e657261746f722f762f737461626c652e737667)](https://packagist.org/packages/kodmanyagha/lumen-generator)[![Latest Unstable Version](https://camo.githubusercontent.com/9934760213a8ea930acfe1521afd2cfa468acbcc1458d31deb9318e18c8f345c/68747470733a2f2f706f7365722e707567782e6f72672f6b6f646d616e79616768612f6c756d656e2d67656e657261746f722f762f756e737461626c652e737667)](https://packagist.org/packages/kodmanyagha/lumen-generator)[![License](https://camo.githubusercontent.com/d43ab343e368b38eacaa74107efb37ec2aadf6660c17109cba0bf1b3d5302629/68747470733a2f2f706f7365722e707567782e6f72672f6b6f646d616e79616768612f6c756d656e2d67656e657261746f722f6c6963656e73652e737667)](https://packagist.org/packages/kodmanyagha/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 kodmanyagha/lumen-generator
```

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

[](#configuration)

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

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

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

[](#available-command)

```
key:generate         Set the application key

make:cast            Create a new custom Eloquent cast class
make:channel         Create a new channel class
make:command         Create a new Artisan command
make:controller      Create a new controller class
make:event           Create a new event class
make:exception       Create a new custom exception class
make:factory         Create a new model factory
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:notification    Create a new notification class
make:pipe            Create a new pipe class
make:policy          Create a new policy class
make:provider        Create a new service provider class
make:request         Create a new form request class
make:resource        Create a new resource
make:seeder          Create a new seeder class
make:test            Create a new test class

notifications:table  Create a migration for the notifications table

schema:dump          Dump the given database schema

```

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

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 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

Every ~1 days

Total

5

Last Release

1744d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ff137f15ca798e9199e505e9eaf3ba8c1bf5d2112755c731e68753fa5bc6e648?d=identicon)[emirbugra](/maintainers/emirbugra)

---

Top Contributors

[![kodmanyagha](https://avatars.githubusercontent.com/u/3948692?v=4)](https://github.com/kodmanyagha "kodmanyagha (17 commits)")

### Embed Badge

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

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

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[tucker-eric/eloquentfilter

An Eloquent way to filter Eloquent Models

1.8k4.8M26](/packages/tucker-eric-eloquentfilter)[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M158](/packages/orchestra-canvas)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)

PHPackages © 2026

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