PHPackages                             sergeybruhin/laravel-user-commands - 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. sergeybruhin/laravel-user-commands

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

sergeybruhin/laravel-user-commands
==================================

Artisan commands for managing Laravel users

v0.1.0(1mo ago)07↓60%MITPHPPHP ^8.2

Since Jun 11Pushed 1mo agoCompare

[ Source](https://github.com/sergeybruhin/laravel-user-commands)[ Packagist](https://packagist.org/packages/sergeybruhin/laravel-user-commands)[ Docs](https://github.com/sergeybruhin/laravel-user-commands)[ RSS](/packages/sergeybruhin-laravel-user-commands/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (4)Versions (2)Used By (0)

Laravel User Commands Package
=============================

[](#laravel-user-commands-package)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b6c410a4eea80de18e234f32de69e2bc979b83bcfc1a9c317817ff2eac9d1816/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73657267657962727568696e2f6c61726176656c2d757365722d636f6d6d616e64732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sergeybruhin/laravel-user-commands)[![Total Downloads](https://camo.githubusercontent.com/33f49aaff50b751eaff332a303d09d7a7fbaf3cdb43e45741b69f47dcdf9c433/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73657267657962727568696e2f6c61726176656c2d757365722d636f6d6d616e64732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sergeybruhin/laravel-user-commands)

Artisan commands to create, delete, and change passwords for Laravel users.

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

[](#installation)

You can install the package via composer:

```
composer require sergeybruhin/laravel-user-commands
```

Optionally publish the config:

```
php artisan vendor:publish --provider="SergeyBruhin\LaravelUserCommands\Providers\LaravelUserCommandsServiceProvider" --tag="config"
```

---

Commands
--------

[](#commands)

### users:create

[](#userscreate)

Creates a new user. Prompts interactively if options are omitted. Sets `email_verified_at` automatically.

```
# Interactive
php artisan users:create

# Non-interactive
php artisan users:create --name="John Doe" --email="john@example.com" --password="secret123"
```

### users:change-password

[](#userschange-password)

Changes the password of an existing user. When run without `--password`, prompts for the new password and a confirmation.

```
# Interactive
php artisan users:change-password

# Non-interactive
php artisan users:change-password --email="john@example.com" --password="newpassword"
```

### users:delete

[](#usersdelete)

Deletes an existing user. Shows user details and asks for confirmation unless `--force` is passed.

```
# Interactive (with confirmation prompt)
php artisan users:delete

# Target a specific user
php artisan users:delete --email="john@example.com"

# Skip confirmation
php artisan users:delete --email="john@example.com" --force
```

---

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

[](#configuration)

```
// config/laravel-user-commands.php
return [
    'user_model'          => \App\Models\User::class,
    'min_password_length' => 6,
];
```

KeyDefaultDescription`user_model``App\Models\User`Eloquent model used for all user operations.`min_password_length``6`Minimum character length enforced on create and change-password.---

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Sergey Bruhin](https://github.com/sergeybruhin)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance90

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

45d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/08a6c60ed6a4cdd9dc4104bac89bd503265c085b15e530eb8616cc78b01db33c?d=identicon)[SergeyBruhin](/maintainers/SergeyBruhin)

---

Top Contributors

[![sergeybruhin](https://avatars.githubusercontent.com/u/8505172?v=4)](https://github.com/sergeybruhin "sergeybruhin (2 commits)")

---

Tags

laravelartisanlaravel-user-commandssergeybruhin

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sergeybruhin-laravel-user-commands/health.svg)

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

###  Alternatives

[laravel/sail

Docker files for running a basic Laravel application.

1.9k205.7M1.3k](/packages/laravel-sail)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M247](/packages/laravel-ai)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77922.3M186](/packages/laravel-mcp)[propaganistas/laravel-disposable-email

Disposable email validator

6023.0M7](/packages/propaganistas-laravel-disposable-email)[laravel/surveyor

Static analysis tool for Laravel applications.

86121.4k14](/packages/laravel-surveyor)[erag/laravel-lang-sync-inertia

A powerful Laravel package for syncing and managing language translations across backend and Inertia.js (Vue/React/Svelte) frontends, offering effortless localization, auto-sync features, and smooth multi-language support for modern Laravel applications.

4925.3k](/packages/erag-laravel-lang-sync-inertia)

PHPackages © 2026

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