PHPackages                             rtmatt/admin-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. rtmatt/admin-user-command

AbandonedArchivedLibrary

rtmatt/admin-user-command
=========================

Artisan Command to Make Admin Users

0.1.0(9y ago)030PHPPHP &gt;=5.3.0

Since Apr 20Pushed 9y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (3)Used By (0)

Admin User Creation Command
===========================

[](#admin-user-creation-command)

Create admin users quickly on the command line

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

[](#installation)

### Install Dependencies

[](#install-dependencies)

```
composer require rtmatt/admin-user-command
```

### Register Provider

[](#register-provider)

Within `config/app.php`, add the following to the `providers` array:

```
RTMatt\AdminUserCommand\AdminUserCommandServiceProvider::class,
```

Usage
-----

[](#usage)

```
php artisan adminuser:make
```

You will be prompted to define a name, email and permission level. Enter info for the prompts.

At the end, it will spit out the temporary password.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

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 ~96 days

Total

2

Last Release

3583d ago

### Community

Maintainers

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

### Embed Badge

![Health badge](/badges/rtmatt-admin-user-command/health.svg)

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

PHPackages © 2026

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