PHPackages                             resera/console-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. resera/console-commands

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

resera/console-commands
=======================

Console commands for new laravel projects

0253PHP

Since Jan 7Pushed 5y ago1 watchersCompare

[ Source](https://github.com/resera/composer-console-commands)[ Packagist](https://packagist.org/packages/resera/console-commands)[ RSS](/packages/resera-console-commands/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Instructions
============

[](#instructions)

Install package

`composer require resera/console-commands`

Add Provider in app.php

`Resera\ConsoleCommands\ConsoleCommandsServiceProvider::class,`

Commands
--------

[](#commands)

Generate boilerplate code

`php artisan generate:boilerplate`

Generate subsystem folders

`php artisan generate:subsystem {name}`

Example:

`php artisan generate:subsystem GeneralSubsystem`

Generate resource (Model + Repository + migration + seeder)

`php artisan generate:resource {name} --table={tableName}`

Example:

`php artisan generate:resource ClientTarget --table=client_targets`

Generate service

`php artisan generate:service {name} --subsystem={subsystem}`

Example:

`php artisan generate:service Book --subsystem=GeneralSubsystem`

Generate formatter

`php artisan generate:formatter {name} --subsystem={subsystem}`

Example:

`php artisan generate:formatter Book --subsystem=GeneralSubsystem`

Generate validator

`php artisan generate:validator {name} --subsystem={subsystem}`

Example:

`php artisan generate:validator Book --subsystem=GeneralSubsystem`

Generate facade

`php artisan generate:facade {name}`

Example:

`php artisan generate:facade Book`

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 Bus Factor1

Top contributor holds 90% 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/caf81ef98e026bb4470613e8cc9aeca4d48160b00fbacd35a6946e1ec67ae500?d=identicon)[resera](/maintainers/resera)

---

Top Contributors

[![resera](https://avatars.githubusercontent.com/u/53663226?v=4)](https://github.com/resera "resera (27 commits)")[![Vygantas-Lungis](https://avatars.githubusercontent.com/u/17689391?v=4)](https://github.com/Vygantas-Lungis "Vygantas-Lungis (3 commits)")

### Embed Badge

![Health badge](/badges/resera-console-commands/health.svg)

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

###  Alternatives

[wp-cli/wp-cli

WP-CLI framework

5.0k17.2M319](/packages/wp-cli-wp-cli)[consolidation/annotated-command

Initialize Symfony Console commands from annotated command class methods.

22569.8M18](/packages/consolidation-annotated-command)[chi-teck/drupal-code-generator

Drupal code generator

26947.8M5](/packages/chi-teck-drupal-code-generator)[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24725.8M17](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-tui/php-tui

Comprehensive TUI library heavily influenced by Ratatui

589747.0k6](/packages/php-tui-php-tui)

PHPackages © 2026

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