PHPackages                             spacedog4/ccreateuser - 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. spacedog4/ccreateuser

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

spacedog4/ccreateuser
=====================

Laravel 5 command rapid create user

0.3.1(7y ago)014MITPHP

Since Jul 9Pushed 7y ago1 watchersCompare

[ Source](https://github.com/spacedog4/ccreateuser)[ Packagist](https://packagist.org/packages/spacedog4/ccreateuser)[ RSS](/packages/spacedog4-ccreateuser/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

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

[](#laravel-command-create-user)

Laravel command for rapid creating an user with default table

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

[](#installation)

You can use composer to install the package

`composer require spacedog4/ccreateuser`

Next add the `Spacedog4\Command\UserCreaterCommand` class to your console kernel

```
   // app/Console/Kernel.php

   protected $commands = [
       ...
       \Spacedog4\Command\UserCreaterCommand::class,
   ]

```

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

[](#requirements)

This command just works with the default users table from laravel, it must have:

- an User Model `app/User`
- a Laravel users table with the columns `name`, `email` and `password`

Usage
-----

[](#usage)

This command will create an user

`php artisan user-create {name} {email} {password}`

**Where...**

`name` is the user's name
`email` is user's email
`password` is user's password, it will be encrypted by Laravel Hash

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

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

4

Last Release

2864d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/59294e6a5ec9bc272c56aec48e7481fced735ffc6cc9eac0cce184e2ef5ff9f4?d=identicon)[spacedog4](/maintainers/spacedog4)

---

Top Contributors

[![spacedog4](https://avatars.githubusercontent.com/u/19805404?v=4)](https://github.com/spacedog4 "spacedog4 (13 commits)")

### Embed Badge

![Health badge](/badges/spacedog4-ccreateuser/health.svg)

```
[![Health](https://phpackages.com/badges/spacedog4-ccreateuser/health.svg)](https://phpackages.com/packages/spacedog4-ccreateuser)
```

###  Alternatives

[acdphp/laravel-schedule-police

Stop, start or execute scheduled commands from a simple dashboard without redeploying, while maintaining the visibility, control, and reviewability of the configurations in your codebase.

5116.9k](/packages/acdphp-laravel-schedule-police)[jakyeru/laravel-shell

Laravel-Shell adds a terminal interface to your web application, allowing you to run shell commands directly from your browser.

166.1k](/packages/jakyeru-laravel-shell)

PHPackages © 2026

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