PHPackages                             andp97/create-user-command - 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. andp97/create-user-command

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

andp97/create-user-command
==========================

Create a user with artisan command

v0.1.6(5y ago)09MITPHPPHP ^7.3|^8.0

Since Dec 15Pushed 5y agoCompare

[ Source](https://github.com/andp97/create-user-command)[ Packagist](https://packagist.org/packages/andp97/create-user-command)[ RSS](/packages/andp97-create-user-command/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (9)Used By (0)

Laravel User Command
====================

[](#laravel-user-command)

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)

Create a user with artisan command.

**NEW:** Added support for php ^7.3 or ^8.0 and Laravel 8

Install
-------

[](#install)

Install via composer

```
composer require andp97/create-user-command

```

Add the Create User command to `app/Console/Kernel.php` in protected `$commands` array

```
\Andp97\CreateUser\Command::class,
```

Usage
-----

[](#usage)

Define fillable attributes in your `User` class.

```
protected $fillable = ['name', 'email', 'role'];

```

Then, run `user:create` command.

[![demo](demo.gif)](demo.gif)

Why
---

[](#why)

Sometimes, I have to manually create user (with no web interface).

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 78.6% 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 ~259 days

Recently: every ~388 days

Total

7

Last Release

1887d ago

PHP version history (2 changes)v0.1.0PHP &gt;=5.6.4

v0.1.5PHP ^7.3|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/c5c257950c65d29e547781326c4f9d9900dfc9343cff707bd7196e827ef042d7?d=identicon)[andp97](/maintainers/andp97)

---

Top Contributors

[![rap2hpoutre](https://avatars.githubusercontent.com/u/1575946?v=4)](https://github.com/rap2hpoutre "rap2hpoutre (11 commits)")[![andp97](https://avatars.githubusercontent.com/u/17993831?v=4)](https://github.com/andp97 "andp97 (3 commits)")

---

Tags

phplaravelartisanusercreate

### Embed Badge

![Health badge](/badges/andp97-create-user-command/health.svg)

```
[![Health](https://phpackages.com/badges/andp97-create-user-command/health.svg)](https://phpackages.com/packages/andp97-create-user-command)
```

###  Alternatives

[nunomaduro/laravel-console-menu

Laravel Console Menu is an output method for your Laravel/Laravel Zero commands.

815412.0k48](/packages/nunomaduro-laravel-console-menu)[nunomaduro/laravel-console-task

Laravel Console Task is a output method for your Laravel/Laravel Zero commands.

2582.1M11](/packages/nunomaduro-laravel-console-task)[rap2hpoutre/create-user-command

Create a user with artisan command

2012.9k](/packages/rap2hpoutre-create-user-command)[nunomaduro/laravel-console-summary

A Beautiful Laravel Console Summary for your Laravel/Laravel Zero commands.

662.0M3](/packages/nunomaduro-laravel-console-summary)[nunomaduro/laravel-console-dusk

Laravel Console Dusk allows the usage of Laravel Dusk in Laravel/Laravel Zero artisan commands.

16255.4k7](/packages/nunomaduro-laravel-console-dusk)[rahul900day/laravel-console-spinner

Laravel Console Spinner is a spinner output for Laravel command line.

76125.4k1](/packages/rahul900day-laravel-console-spinner)

PHPackages © 2026

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