PHPackages                             niellles/lumen-commands - 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. [CLI &amp; Console](/categories/cli)
4. /
5. niellles/lumen-commands

ActiveLibrary[CLI &amp; Console](/categories/cli)

niellles/lumen-commands
=======================

Adds artisan commands to Lumen that aren't available by default.

1.0.0(5y ago)1860.1k—3.7%3[1 PRs](https://github.com/Niellles/lumen-commands/pulls)MITPHP

Since Apr 20Pushed 3y ago2 watchersCompare

[ Source](https://github.com/Niellles/lumen-commands)[ Packagist](https://packagist.org/packages/niellles/lumen-commands)[ RSS](/packages/niellles-lumen-commands/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (4)Used By (0)

[![Lumen version](https://camo.githubusercontent.com/08aefbf4e4a31744f3809d3b18d36cc082f1625479a1d771b4787ce634c48572/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c756d656e2d2533453d352e312d626c75652e737667)](https://camo.githubusercontent.com/08aefbf4e4a31744f3809d3b18d36cc082f1625479a1d771b4787ce634c48572/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c756d656e2d2533453d352e312d626c75652e737667)[![Packagist Version](https://camo.githubusercontent.com/d8088475f7eca1e91944eb93b4bf772ac7ef561d729ce43182ac7e6d31c23bae/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f4e69656c6c6c65732f6c756d656e2d636f6d6d616e6473)](https://camo.githubusercontent.com/d8088475f7eca1e91944eb93b4bf772ac7ef561d729ce43182ac7e6d31c23bae/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f4e69656c6c6c65732f6c756d656e2d636f6d6d616e6473)[![GitHub release (latest by date including pre-releases)](https://camo.githubusercontent.com/aa72a8def9db75683ef3ef7faffed06afbdb6f896511f95454fdfbd9d1b1ac1d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6e69656c6c6c65732f6c756d656e2d636f6d6d616e64733f696e636c7564655f70726572656c6561736573)](https://camo.githubusercontent.com/aa72a8def9db75683ef3ef7faffed06afbdb6f896511f95454fdfbd9d1b1ac1d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6e69656c6c6c65732f6c756d656e2d636f6d6d616e64733f696e636c7564655f70726572656c6561736573)[![GitHub issues](https://camo.githubusercontent.com/3dd852462bbefc07a55c431f4a0f2a356fbae22945c2d9fa49df4fe6f375d979/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f4e69656c6c6c65732f6c756d656e2d636f6d6d616e64732e737667)](https://github.com/Niellles/lumen-commands/issues) [![Packagist](https://camo.githubusercontent.com/3c4a8298bbb794e49ad5a85822099ee928363e394303efc8c5d9f5dae05fd184/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e69656c6c6c65732f6c756d656e2d636f6d6d616e64732e737667)](https://packagist.org/packages/niellles/lumen-commands) [![License](https://camo.githubusercontent.com/8bb50fd2278f18fc326bf71f6e88ca8f884f72f179d3e555e20ed30157190d0d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e2e737667)](https://github.com/Niellles/lumen-commands/blob/master/LICENSE)

lumen-commands
==============

[](#lumen-commands)

This package adds commands that you may know from Laravel, but aren't supported in Lumen by default.

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

[](#installation)

It's recommended to only use this package in your development environment. You will not need these commands in production and Laravel left them out for a reason. Add `"niellles/lumen-commands": "dev-master"` to `"require-dev"` in your composer.json.

```
"require-dev": {
    ...
    "niellles/lumen-commands": "^1.0.0"
  }
```

Add the following lines to your app.php:

```
if (env('APP_ENV') === 'local') {
    $app->bind(Illuminate\Database\ConnectionResolverInterface::class, Illuminate\Database\ConnectionResolver::class);
    $app->register(Niellles\LumenCommands\LumenCommandsServiceProvider::class);
}
```

You can now run the commands, like you would under a Laravel installation, from your CLI of choice:
`php artisan make:model test`

Currently supported Commands
----------------------------

[](#currently-supported-commands)

Not all of Laravel's commands are included in this package. At this point it's only some make:\* commands that I really missed. If you miss a particular command feel free to request it, or better yet: create it yourself (not much more than copy/paste) and do a pull-request.

- `make:console {name}`
- `make:controller {name}`
- `make:exception {name}`
- `make:job {name}`
- `make:middleware {name}`
- `make:model {name}`
- `make:seed {name}`

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity38

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.7% 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

1853d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5d2ed108d6d06624898ad7a143281f2379417202bac894f7ac8e9ad5059b4591?d=identicon)[Niellles](/maintainers/Niellles)

---

Top Contributors

[![Niellles](https://avatars.githubusercontent.com/u/10075507?v=4)](https://github.com/Niellles "Niellles (18 commits)")[![mennobraam](https://avatars.githubusercontent.com/u/10059332?v=4)](https://github.com/mennobraam "mennobraam (2 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

artisanartisan-commandlumen-frameworklumen-micro-frameworklumen-php-frameworklumenmodelartisanmakelumen 5commandsLumen 6Lumen 7Lumen 8

### Embed Badge

![Health badge](/badges/niellles-lumen-commands/health.svg)

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

###  Alternatives

[stepanenko3/nova-command-runner

Laravel Nova tool for running Artisan and bash(shell) commands.

36983.0k](/packages/stepanenko3-nova-command-runner)[guratr/nova-command-runner

Laravel Nova tool for running Artisan commands.

43232.8k1](/packages/guratr-nova-command-runner)[socialengine/sniffer-rules

A Lumen 5 and Laravel 5 SquizLabs Code Sniffer 2.0 artisan command. Detect violations of a defined coding standard. It helps your code remains clean and consistent.

1248.2k1](/packages/socialengine-sniffer-rules)[vkovic/laravel-commando

Collection of handy Laravel artisan commands that most projects needs

6139.2k](/packages/vkovic-laravel-commando)[tomatophp/filament-artisan

Simple but yet powerful library for running some artisan commands for FilamentPHP

3269.1k1](/packages/tomatophp-filament-artisan)

PHPackages © 2026

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