PHPackages                             grahh/artisanplus - 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. grahh/artisanplus

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

grahh/artisanplus
=================

artisan commands

v0.1.8(7y ago)016MITPHP

Since Sep 20Pushed 7y ago1 watchersCompare

[ Source](https://github.com/grahh/artisanplus)[ Packagist](https://packagist.org/packages/grahh/artisanplus)[ RSS](/packages/grahh-artisanplus/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (11)Used By (0)

artisanplus
===========

[](#artisanplus)

artisan commands package.

\#Installation

- composer require grahh/artisanplus
- php artisan vendor:publish --provider="Grahh\\Artisanplus\\ArtisanplusProvider"
- php artisan config:cache

Commands list:
--------------

[](#commands-list)

```
php artisan make:repository {Model}
// required argument Model
```

```
php artisan make:service {Name} {?--folder=}
// required argument Name
// optional parameter folder which will create additional namespace postfix after default config postfix and move file there
```

```
php artisan make:vo {Name}
//creates Value Object
```

Configs
-------

[](#configs)

- commands - list of commands mentioned by listing of class names
- namespaces - list of default namespaces

Example of usage
----------------

[](#example-of-usage)

### make:repository

[](#makerepository)

```
php artisan make:repository User --folder=One/Two
//will create UserRepository.php in app_path(your/config/path/One/Two)
```

### make:service

[](#makeservice)

```
php artisan make:service Service
//will create ServiceRepository.php in app_path(your/config/path/)
```

and

```
php artisan make:service One/Two/Service
//will create ServiceRepository.php in app_path(your/config/path/One/Two/)
```

### make:vo

[](#makevo)

```
php artisan:make Some
//creates immutable Value Object Some.php
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

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

Total

9

Last Release

2786d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/15844498?v=4)[Vadym Pyskunov](/maintainers/grahh)[@grahh](https://github.com/grahh)

---

Top Contributors

[![grahh](https://avatars.githubusercontent.com/u/15844498?v=4)](https://github.com/grahh "grahh (1 commits)")

### Embed Badge

![Health badge](/badges/grahh-artisanplus/health.svg)

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

###  Alternatives

[acdphp/laravel-schedule-police

Stop, start or execute scheduled commands from a simple dashboard without redeploying, while maintaining the visibility, control, and reviewability of the configurations in your codebase.

5116.9k](/packages/acdphp-laravel-schedule-police)[jakyeru/laravel-shell

Laravel-Shell adds a terminal interface to your web application, allowing you to run shell commands directly from your browser.

166.1k](/packages/jakyeru-laravel-shell)

PHPackages © 2026

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