PHPackages                             justinbyrne/extra-artisan-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. justinbyrne/extra-artisan-commands

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

justinbyrne/extra-artisan-commands
==================================

Useful artisan commands for Laravel to help perform regular tasks.

v2.1.0(3y ago)283.8k2[2 PRs](https://github.com/JustinByrne/extra-artisan-commands/pulls)MITPHPPHP ^8.1

Since May 7Pushed 2y ago1 watchersCompare

[ Source](https://github.com/JustinByrne/extra-artisan-commands)[ Packagist](https://packagist.org/packages/justinbyrne/extra-artisan-commands)[ Docs](https://github.com/justinbyrne/extra-artisan-commands)[ GitHub Sponsors](https://github.com/JustinByrne)[ RSS](/packages/justinbyrne-extra-artisan-commands/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (8)Dependencies (13)Versions (11)Used By (0)

Extra Artisan Commands
======================

[](#extra-artisan-commands)

[![Latest Version on Packagist](https://camo.githubusercontent.com/d5d7a946032fe0fff5d2578f2bbb721d14e7afcd25e75f498fe06404167071d4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a757374696e6279726e652f65787472612d6172746973616e2d636f6d6d616e64732e737667)](https://packagist.org/packages/justinbyrne/extra-artisan-commands)[![GitHub Tests Action Status](https://github.com/JustinByrne/extra-artisan-commands/actions/workflows/run-tests.yml/badge.svg)](https://github.com/JustinByrne/extra-artisan-commands/actions/workflows/run-tests.yml)[![GitHub Code Style Action Status](https://github.com/JustinByrne/extra-artisan-commands/actions/workflows/php-cs-fixer.yml/badge.svg)](https://github.com/JustinByrne/extra-artisan-commands/actions/workflows/php-cs-fixer.yml)[![Total Downloads](https://camo.githubusercontent.com/7ae9a71a0258d2c38adb2c2913cf48f8829d40807adf56a7abdc04dd49afd110/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a757374696e6279726e652f65787472612d6172746973616e2d636f6d6d616e64732e737667)](https://packagist.org/packages/justinbyrne/extra-artisan-commands)

Useful artisan commands for Laravel to help perform regular tasks.

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

[](#installation)

You can install the package via composer:

```
composer require justinbyrne/extra-artisan-commands
```

You can publish the config file with:

```
php artisan vendor:publish --tag="extra-artisan-commands-config"
```

This is the contents of the published config file:

```
return [
    /*
    |--------------------------------------------------------------------------
    | Create new user fields
    |--------------------------------------------------------------------------
    |
    | The fields that are needed to create a new user, add or remove as
    | required.
    |
    */
    "user_fields" => [
        "name" => "string",
        "email" => "email",
        "password" => "password",
    ],
];
```

Usage
-----

[](#usage)

The package adds artisan commands all of which cab be ran with `php artisan` then any of the commands in the list below.

CommandDescription`create:user`Create new user using the options in the config`make:action {name}`Create new action class`make:enum {name} {type}`Create new enum`make:service {name}`Create new service class`make:trait {name}`Create new traitChangelog
---------

[](#changelog)

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

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Justin Byrne](https://github.com/JustinByrne)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 82.6% 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 ~60 days

Recently: every ~67 days

Total

8

Last Release

1099d ago

Major Versions

v1.3.1 → v2.0.02023-02-23

PHP version history (2 changes)v1.0.0PHP ^8.0

v2.0.0PHP ^8.1

### Community

Maintainers

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

---

Top Contributors

[![JustinByrne](https://avatars.githubusercontent.com/u/14056930?v=4)](https://github.com/JustinByrne "JustinByrne (95 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (9 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (8 commits)")[![MohammadAlhallaq](https://avatars.githubusercontent.com/u/19909432?v=4)](https://github.com/MohammadAlhallaq "MohammadAlhallaq (3 commits)")

---

Tags

laravellaravelJustinByrneextra-artisan-commands

###  Code Quality

TestsPest

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/justinbyrne-extra-artisan-commands/health.svg)

```
[![Health](https://phpackages.com/badges/justinbyrne-extra-artisan-commands/health.svg)](https://phpackages.com/packages/justinbyrne-extra-artisan-commands)
```

###  Alternatives

[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k102.4M1.4k](/packages/spatie-laravel-permission)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M46](/packages/spatie-laravel-pdf)[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M97](/packages/dedoc-scramble)[spatie/laravel-passkeys

Use passkeys in your Laravel app

471890.7k37](/packages/spatie-laravel-passkeys)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)

PHPackages © 2026

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