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

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

cleaniquecoders/artisan-makers
==============================

Built with Laravel Standalone Package Creator

v1.2.0(7y ago)21.9k1MITPHPPHP &gt;=7.2

Since Jan 25Pushed 7y agoCompare

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

READMEChangelog (4)Dependencies (3)Versions (6)Used By (1)

About Your Package
------------------

[](#about-your-package)

[![Build Status](https://camo.githubusercontent.com/676ba195725501a3ea1b4d0aa1d6054e47ffdbe4a8158142a851e79a7543767e/68747470733a2f2f7472617669732d63692e6f72672f636c65616e69717565636f646572732f6172746973616e2d6d616b6572732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/cleaniquecoders/artisan-makers) [![Latest Stable Version](https://camo.githubusercontent.com/80e9d4e4544d757b44a00e09e6710885c9ac74571af21b1117d86285952acd2b/68747470733a2f2f706f7365722e707567782e6f72672f636c65616e69717565636f646572732f6172746973616e2d6d616b6572732f76657273696f6e)](https://packagist.org/packages/cleaniquecoders/artisan-makers) [![Total Downloads](https://camo.githubusercontent.com/f6f38a0aab40ef75f68177305e917c04f93e71e2f3e810768b22635f97c9f184/68747470733a2f2f706f7365722e707567782e6f72672f636c65616e69717565636f646572732f6172746973616e2d6d616b6572732f646f776e6c6f616473)](https://packagist.org/packages/cleaniquecoders/artisan-makers) [![License](https://camo.githubusercontent.com/0a7fbffed2b69cfed049f0a8a8481dd529600958c4d215e86469309c540af252/68747470733a2f2f706f7365722e707567782e6f72672f636c65616e69717565636f646572732f6172746973616e2d6d616b6572732f6c6963656e7365)](https://packagist.org/packages/cleaniquecoders/artisan-makers)

This is a extended artisan make command.

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

[](#installation)

1. In order to install `cleaniquecoders/artisan-makers` in your Laravel project, just run the *composer require* command from your terminal:

```
composer require cleaniquecoders/artisan-makers

```

2. Then in your `config/app.php` add the following to the providers array:

```
CleaniqueCoders\ArtisanMakers\ArtisanMakersServiceProvider::class,
```

3. In the same `config/app.php` add the following to the aliases array:

```
'ArtisanMakers' => CleaniqueCoders\ArtisanMakers\ArtisanMakersFacade::class,
```

Usage
-----

[](#usage)

**Contracts**

```
$ php artisan make:contract ContractName

```

**Exceptions**

```
$ php artisan make:exception NewExceptionClassName

```

**Model**

```
$ php artisan make:mode ModelName`

```

This will create models under `app/Models` directory instead of `app` directory by default.

**Register manually** in your application in `app/Console/Kernel.php` in `$commands` property. Not sure why the command didn't load in the package.

```
protected $commands = [
    \CleaniqueCoders\ArtisanMakers\Console\Commands\MakeModelCommand::class,
];
```

**Observer**

```
$ php artisan make:observer ObserverClassName ModelToObserve

```

*TODO*

- Create `ObserverServiceProvider`
- Create `Observer` class
- Register `ObserverServiceProvider` in `config/app.php`
- Include model &amp; observer namespace in `ObserverServiceProvider`
- Bootstrap Observer in `ObserverServiceProvider`

**Presenter**

Presenter is generic class to help generate consistent HTML element.

```
$ php artisan make:presenter PresenterClassName

```

**Processors**

Processor use to generate core processing of the application. This can be a payroll processor, leave approval processor.

```
$ php artisan make:processor ProcessorClassName

```

**Repositories** *TODO*

Apply repository pattern.

```
$ php artisan make:repository RepositoryClassName

```

**Services**

Services is something that a domain provide to external. A total hours of overtime need to be provide to payroll domain in order to calculate total claimable overtime.

```
$ php artisan make:service ServiceClassName

```

**Traits**

```
$ php artisan make:trait TraitClassName

```

**Transformers**

Tranformer use to transform from one to another data structure, depends on the domain concern.

```
$ php artisan make:transformer TransformerClassName

```

License
-------

[](#license)

This package is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity62

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

Total

4

Last Release

2680d ago

PHP version history (3 changes)v1.0.0PHP &gt;=7.0

v1.0.1PHP &gt;=7.1

v1.2.0PHP &gt;=7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/b57069d0f4b634f65eccc6e5d5848990e25968d45ec2cf46d626c6a4658f944b?d=identicon)[nasrulhazim.m](/maintainers/nasrulhazim.m)

---

Top Contributors

[![nasrulhazim](https://avatars.githubusercontent.com/u/10341422?v=4)](https://github.com/nasrulhazim "nasrulhazim (22 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[illuminate/pipeline

The Illuminate Pipeline package.

9348.3M267](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10533.5M991](/packages/illuminate-pagination)[illuminate/redis

The Illuminate Redis package.

8314.4M363](/packages/illuminate-redis)[illuminate/cookie

The Illuminate Cookie package.

224.5M132](/packages/illuminate-cookie)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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