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[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 3w 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

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

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

3413d 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

[seld/cli-prompt

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

24726.4M22](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

13045.3M6.2k](/packages/illuminate-console)[styleci/cli

The CLI tool for StyleCI

71464.1k9](/packages/styleci-cli)[winbox/args

Windows command-line formatter

20718.9k21](/packages/winbox-args)

PHPackages © 2026

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