PHPackages                             bushart/make-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. bushart/make-artisan

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

bushart/make-artisan
====================

create trait and service class

1.0(2y ago)139MITPHP

Since May 22Pushed 2y ago1 watchersCompare

[ Source](https://github.com/busharthussain/artisan-commands)[ Packagist](https://packagist.org/packages/bushart/make-artisan)[ RSS](/packages/bushart-make-artisan/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Generate services , Trait and view in Laravel with the artisan command
----------------------------------------------------------------------

[](#generate-services--trait-and-view-in-laravel-with-the-artisan-command)

Create a new service and trait class.

### Installation

[](#installation)

You can install the package via Composer by running the following command:

```
composer require bushart/make-artisan

```

### Usage

[](#usage)

After installation the `php artisan make:service {name}` and `php artisan make:trait {name}` will be available in the list of artisan commands.

### Generate Service

[](#generate-service)

To generate a new service use the following artisan command.

```
php artisan make:service {name}

```

To generate a new trait use the following artisan command.

```
php artisan make:trait {name}

```

To generate a new view use the following artisan command.

```
php artisan make:view {name}

```

### Support

[](#support)

If you encounter any issues with this package, please open an issue on the GitHub repository or contact us at .

I hope this example description helps you write your own README file! Let me know if you have any other questions.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

Unknown

Total

1

Last Release

1090d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7c8f197be03f87ca7ebfb567da963b7310d8cf259148758fac79345b24a567f1?d=identicon)[busharthussain](/maintainers/busharthussain)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[symfony/flex

Composer plugin for Symfony

4.2k182.7M875](/packages/symfony-flex)[phpcompatibility/phpcompatibility-paragonie

A set of rulesets for PHP\_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by the Paragonie polyfill libraries.

1031.3M10](/packages/phpcompatibility-phpcompatibility-paragonie)[lamoda/enum-bundle

Utility wrapper around PHP-enum

101.6k](/packages/lamoda-enum-bundle)

PHPackages © 2026

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