PHPackages                             yappkahowe/artisan - 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. yappkahowe/artisan

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

yappkahowe/artisan
==================

Additional Laravel Artisan commands that I often needed.

v1.0.3(8y ago)0123MITPHPPHP ^7.0

Since Oct 16Pushed 8y ago1 watchersCompare

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

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

Artisan
=======

[](#artisan)

[![Latest Version on Packagist](https://camo.githubusercontent.com/2b090ad5612dbca29c9ae46414f5785e56a79d7a2f99dcf1264a1f098501589b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f796170706b61686f77652f6172746973616e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/yappkahowe/artisan)[![Total Downloads](https://camo.githubusercontent.com/fd74885cd136eab9a99ff283a7f817cc09f834c4fafca751e9359930ad3785d2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f796170706b61686f77652f6172746973616e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/yappkahowe/artisan)[![Software License](https://camo.githubusercontent.com/6c711032aff1ca0eb6b211aa6cb3649ce7fd64a7714e1181d4bb457f9680e7cf/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)

Additional Laravel Artisan commands that I often needed.

### Downloading

[](#downloading)

Via [composer](http://getcomposer.org):

```
$ composer require yappkahowe/artisan
```

### Registering the service provider

[](#registering-the-service-provider)

If you're using Laravel 5.5, you can skip this step. The service provider will have already been registered thanks to auto-discovery.

Otherwise, register `YappKaHowe\Artisan\ServiceProvider::class` manually in your `config/app.php`

```
'providers' => [
    // Other service providers...

    YappKaHowe\Artisan\ServiceProvider::class,
],
```

Usage
-----

[](#usage)

If you now run `php artisan` you will see two new commands in the list:

- `db:reseed`
- `db:truncate`

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

[](#contributing)

All contributions (in the form on pull requests, issues and feature-requests) are welcome.

License
-------

[](#license)

`yappkahowe/artisan` is licenced under the MIT License (MIT). Please see the [license file](LICENSE.md) for more information.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

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

Total

4

Last Release

3058d ago

### Community

Maintainers

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

---

Top Contributors

[![yappkahowe](https://avatars.githubusercontent.com/u/3599324?v=4)](https://github.com/yappkahowe "yappkahowe (5 commits)")

---

Tags

artisanartisan-commandlaravellaravelartisancommand

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/yappkahowe-artisan/health.svg)

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

PHPackages © 2026

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