PHPackages                             subdesign/laravel-cli-user - 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. subdesign/laravel-cli-user

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

subdesign/laravel-cli-user
==========================

Quickly create users on command line

1.0.0(9y ago)18301[2 issues](https://github.com/subdesign/laravel-cli-user/issues)MITPHPPHP ^5.4.0 || ^7.0

Since May 7Pushed 7y ago2 watchersCompare

[ Source](https://github.com/subdesign/laravel-cli-user)[ Packagist](https://packagist.org/packages/subdesign/laravel-cli-user)[ Docs](https://github.com/subdesign/laravel-cli-user)[ RSS](/packages/subdesign-laravel-cli-user/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Laravel CLI User
================

[](#laravel-cli-user)

> Manage users easily on command line

[![Laravel Cli User](package.png)](package.png)

You can quickly create, delete and list users on command line

Requirements
------------

[](#requirements)

PHP 5.4+
Tested on Laravel 5.1, 5.2, 5.3, 5.4 and 5.7

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

[](#installation)

```
composer require subdesign/laravel-cli-user:^1.0.0
```

Add the following line to the service providers array in the `config/app.php` file **Laravel 5.5+ uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.**

```
Subdesign\LaravelCliUser\CliUserServiceProvider::class
```

Publish the config file

```
php artisan vendor:publish --provider="Subdesign\LaravelCliUser\CliUserServiceProvider"
```

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

[](#configuration)

Edit the `config/cliuser.php` config file to set where your User model exists.

```
return [
    'model' => 'App\User'
];
```

Usage
-----

[](#usage)

#### Create user

[](#create-user)

```
php artisan cliuser:create
```

Show password letters

```
php artisan cliuser:create --show-password
```

Create a user with random password

```
php artisan cliuser:create 'John Doe' email@example.org --random-password --show-password
```

#### Delete user

[](#delete-user)

Delete user by ID

```
php artisan cliuser:delete
```

Delete user by email

```
php artisan cliuser:delete
```

> Of course do not enter &lt; and &gt; characters only an interger or string as email

#### List users

[](#list-users)

```
php artisan cliuser:list
```

Credits
-------

[](#credits)

© 2017 [Barna Szalai](https://github.com/subdesign)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

24

↓

LowBetter than 32% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.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

3294d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/05bd66ff1577396f52eed671a80ec1d85803f4b55c8f9af8ebae464d1285944b?d=identicon)[bszalai](/maintainers/bszalai)

---

Top Contributors

[![mafecito](https://avatars.githubusercontent.com/u/6381409?v=4)](https://github.com/mafecito "mafecito (4 commits)")[![subdesign](https://avatars.githubusercontent.com/u/691695?v=4)](https://github.com/subdesign "subdesign (2 commits)")

---

Tags

clilaraveluser manager

### Embed Badge

![Health badge](/badges/subdesign-laravel-cli-user/health.svg)

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

###  Alternatives

[phpsa/filament-dadjokes

With DadJokes every time you load your control panel you'll be greeted by an epic dad joke on the dashboard.

1714.1k](/packages/phpsa-filament-dadjokes)

PHPackages © 2026

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