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

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

rap2hpoutre/create-user-command
===============================

Create a user with artisan command

v0.1.4(9y ago)2012.9k2[1 PRs](https://github.com/rap2hpoutre/create-user-command/pulls)MITPHPPHP &gt;=5.6.4

Since Dec 15Pushed 5y ago3 watchersCompare

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

READMEChangelog (5)Dependencies (2)Versions (6)Used By (0)

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

[](#laravel-user-command)

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

Create a user with artisan command.

Install
-------

[](#install)

Install via composer

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

```

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

```
\Rap2hpoutre\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

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity52

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

5

Last Release

3477d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/849c3b70e82874c89e079738e4879e0eabb71d1a73f53e81b88c39a9b40f32ae?d=identicon)[rap2hpoutre](/maintainers/rap2hpoutre)

---

Top Contributors

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

---

Tags

artisanartisan-commandlaravelphplaravelartisanusercreate

### Embed Badge

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

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

###  Alternatives

[larastan/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

6.4k51.0M7.6k](/packages/larastan-larastan)[nunomaduro/laravel-console-menu

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

815424.6k52](/packages/nunomaduro-laravel-console-menu)[laravel/ai

The official AI SDK for Laravel.

9782.1M161](/packages/laravel-ai)[nunomaduro/laravel-console-task

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

2592.3M13](/packages/nunomaduro-laravel-console-task)[nunomaduro/laravel-console-dusk

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

16357.3k8](/packages/nunomaduro-laravel-console-dusk)[rahul900day/laravel-console-spinner

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

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

PHPackages © 2026

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