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(4mo ago)02MITPHPPHP ^8.2

Since Feb 26Pushed 4mo 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 today

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

35

—

LowBetter than 77% of packages

Maintenance77

Regular maintenance activity

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity49

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

127d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/179008183?v=4)[Qasim Afzal](/maintainers/qasimafzal404)[@qasimafzal404](https://github.com/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

[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M194](/packages/laravel-ai)[illuminate/queue

The Illuminate Queue package.

21332.6M1.6k](/packages/illuminate-queue)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[moonshine/moonshine

Laravel administration panel

1.3k253.1k81](/packages/moonshine-moonshine)[laravel/folio

Page based routing for Laravel.

603583.7k33](/packages/laravel-folio)[erag/laravel-lang-sync-inertia

A powerful Laravel package for syncing and managing language translations across backend and Inertia.js (Vue/React/Svelte) frontends, offering effortless localization, auto-sync features, and smooth multi-language support for modern Laravel applications.

4925.3k](/packages/erag-laravel-lang-sync-inertia)

PHPackages © 2026

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