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)2013.0k2[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 4w 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 65% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

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

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

[laravel/sail

Docker files for running a basic Laravel application.

1.9k212.4M1.4k](/packages/laravel-sail)[laravel/ai

The official AI SDK for Laravel.

1.1k4.6M282](/packages/laravel-ai)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

79227.1M206](/packages/laravel-mcp)[propaganistas/laravel-disposable-email

Disposable email validator

6023.2M7](/packages/propaganistas-laravel-disposable-email)[nunomaduro/laravel-console-menu

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

819437.1k54](/packages/nunomaduro-laravel-console-menu)[forjedio/inertia-table

Backend-driven dynamic tables for Laravel + Inertia.js

272.0k](/packages/forjedio-inertia-table)

PHPackages © 2026

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