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(2y 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 3d 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

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity63

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

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

[worksome/envy

Automatically keep your .env files in sync.

6871.8M](/packages/worksome-envy)[spatie/laravel-signal-aware-command

Handle signals in artisan commands

16613.2M2](/packages/spatie-laravel-signal-aware-command)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[lorisleiva/artisan-ui

Run your artisan commands by pressing buttons.

2254.1k](/packages/lorisleiva-artisan-ui)[geowrgetudor/command-history

Track Laravel Artisan commands executions inside Laravel Pulse

1324.1k](/packages/geowrgetudor-command-history)[thettler/laravel-console-toolkit

This Package provides some usefully console features like the attribute syntax for arguments and options, validation, auto ask and casting.

324.1k](/packages/thettler-laravel-console-toolkit)

PHPackages © 2026

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