PHPackages                             qasim404/unified-maker - 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. qasim404/unified-maker

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

qasim404/unified-maker
======================

A Laravel package to generate multiple files from one artisan command

v1.0.2(2mo ago)02MITPHPPHP ^8.2

Since Feb 26Pushed 2mo agoCompare

[ Source](https://github.com/qasimafzal404/unified-maker)[ Packagist](https://packagist.org/packages/qasim404/unified-maker)[ RSS](/packages/qasim404-unified-maker/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (4)Used By (0)

Laravel Unified Maker 🚀
=======================

[](#laravel-unified-maker-)

A powerful Laravel Artisan command to generate multiple architectural layers (Models, Controllers, Services, DTOs, Repositories, etc.) in a single step.

[![Latest Stable Version](https://camo.githubusercontent.com/68195a2e0e0813ed14327b36cb77fdc69d28648bda9b4c92cf4513a44ce09402/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f716173696d3430342f756e69666965642d6d616b65722e737667)](https://packagist.org/packages/qasim404/unified-maker)[![Total Downloads](https://camo.githubusercontent.com/e08f2bcf08fe282f054cf3d86b1d7dc05c8b115beb549fa0e78517096fa5d41d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f716173696d3430342f756e69666965642d6d616b65722e737667)](https://packagist.org/packages/qasim404/unified-maker)[![License](https://camo.githubusercontent.com/0947830f42e81ee486edd4dcd2e28a68a99897acf69ca50b8370a8ffb06fdeb4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f716173696d3430342f756e69666965642d6d616b65722e737667)](https://packagist.org/packages/qasim404/unified-maker)

📦 Installation
--------------

[](#-installation)

You can install the package via composer:

```
composer require qasim404/unified-maker
```

The package will automatically register itself using Laravel's package discovery.

🚀 Usage
-------

[](#-usage)

Generate everything you need for a new feature with one command:

```
php artisan make:unified User -c -m -d -s -r -i -g -t -R
```

### Supported Options:

[](#supported-options)

ShortcutLong OptionDescription`-c``--controller`Generate a Controller`-m``--model`Generate a Model`-d``--dto`Generate a Data Transfer Object (DTO)`-s``--service`Generate a Service Class`-r``--repository`Generate a Repository Class`-i``--interface`Generate an Interface`-g``--migration`Generate a Database Migration`-t``--trait`Generate a Trait`-R``--request`Generate a Form Request### Custom Paths

[](#custom-paths)

You can also specify custom directories for your files:

```
php artisan make:unified User -s --service-path="Core/Logic"
```

*Creates: `app/Core/Logic/UserService.php`*

📄 License
---------

[](#-license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

👨‍💻 Credits
-----------

[](#‍-credits)

- [Qasim Afzal](https://github.com/qasimafzal404)

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance86

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

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

Total

3

Last Release

72d ago

### Community

Maintainers

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

---

Top Contributors

[![qasimafzal404](https://avatars.githubusercontent.com/u/179008183?v=4)](https://github.com/qasimafzal404 "qasimafzal404 (6 commits)")

### Embed Badge

![Health badge](/badges/qasim404-unified-maker/health.svg)

```
[![Health](https://phpackages.com/badges/qasim404-unified-maker/health.svg)](https://phpackages.com/packages/qasim404-unified-maker)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M683](/packages/barryvdh-laravel-ide-helper)[laravel/ui

Laravel UI utilities and presets.

2.7k134.9M597](/packages/laravel-ui)[nunomaduro/laravel-console-menu

Laravel Console Menu is an output method for your Laravel/Laravel Zero commands.

815412.0k48](/packages/nunomaduro-laravel-console-menu)[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M157](/packages/orchestra-canvas)[sammyjo20/lasso

Lasso - Asset wrangling for Laravel made simple.

355347.9k](/packages/sammyjo20-lasso)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)

PHPackages © 2026

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