PHPackages                             ecomputer/laravel-users-cli - 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. ecomputer/laravel-users-cli

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

ecomputer/laravel-users-cli
===========================

Create, manage and delete the standard App\\User model throgh your terminal Edit

0.1.0.4(9y ago)064↓100%[3 issues](https://github.com/ecomputer/laravel-users-cli/issues)GPL-3.0PHP

Since Feb 16Pushed 9y ago6 watchersCompare

[ Source](https://github.com/ecomputer/laravel-users-cli)[ Packagist](https://packagist.org/packages/ecomputer/laravel-users-cli)[ RSS](/packages/ecomputer-laravel-users-cli/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)DependenciesVersions (4)Used By (0)

Laravel users CLI
=================

[](#laravel-users-cli)

Create, manage and delete the standard `App\User` model throgh your terminal

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

[](#installation)

1. Run on your Laravel project

```
composer require ecomputer/laravel-users-cli
```

2. In your `config/app.php` file, register `Ecomputer\LaravelUsersCLI\LaravelUsersCLIServiceProvider::class` as a new provider

```
'providers' => [
  // ...
  Ecomputer\LaravelUsersCLI\LaravelUsersCLIServiceProvider::class,
  // ...
]
```

3. Done!

Example
-------

[](#example)

[![List command example](https://github.com/ecomputer/laravel-users-cli/raw/master/img/examples/list.png?raw=true)](https://github.com/ecomputer/laravel-users-cli/blob/master/img/examples/list.png?raw=true)

### Available commands

[](#available-commands)

#### Create

[](#create)

Create a basic Laravel user, step by step

```
php artisan ecomputer:users:create
```

#### Delete

[](#delete)

Delete a user. If you run the command without parameters Artisan will give you a choice filled with all the registered users. You can select an user with the arrow keys, with a numeric option, or autocompleting while writing the name of the user.

```
php artisan ecomputer:users:delete
```

If you know the ID of the user you want to delete, just pass it as a parameter.

```
php artisan ecomputer:users:delete --id=1
```

In all cases, the assistant will be gentle and will ask you for confirmation (defaults to no, for avoiding accidents).

#### List

[](#list)

Gives a complete list of all the registered users.

```
php artisan ecomputer:users:list
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

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 ~0 days

Total

3

Last Release

3368d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/462de3bc6b5b394cc968eb74fc519cb923d18903f79cad6dc0397f9607b41f36?d=identicon)[DevNIX](/maintainers/DevNIX)

---

Top Contributors

[![devnix](https://avatars.githubusercontent.com/u/1777519?v=4)](https://github.com/devnix "devnix (9 commits)")

### Embed Badge

![Health badge](/badges/ecomputer-laravel-users-cli/health.svg)

```
[![Health](https://phpackages.com/badges/ecomputer-laravel-users-cli/health.svg)](https://phpackages.com/packages/ecomputer-laravel-users-cli)
```

###  Alternatives

[wp-cli/wp-cli

WP-CLI framework

5.0k17.2M318](/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)
