PHPackages                             milose/laravel-mmc - 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. milose/laravel-mmc

ActiveLibrary

milose/laravel-mmc
==================

Laravel Artisan console command to create Model / Migration / Controller files in singular form.

v1.1.0(8y ago)226MITPHPPHP ~5.6|~7.0

Since Oct 26Pushed 8y ago1 watchersCompare

[ Source](https://github.com/milose/laravel-mmc)[ Packagist](https://packagist.org/packages/milose/laravel-mmc)[ Docs](https://github.com/milose/laravel-mmc)[ RSS](/packages/milose-laravel-mmc/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

laravel-mmc
===========

[](#laravel-mmc)

[![Latest Version on Packagist](https://camo.githubusercontent.com/35112a90711db6476a557baab428449dde6db0d70019bf73a7ce86aef167a039/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d696c6f73652f6c61726176656c2d6d6d632e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/milose/laravel-mmc)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/f874b991819128c4ac21ffb36fd427eeebed0b4fdf6e8c04fee66830580ca550/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d696c6f73652f6c61726176656c2d6d6d632e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/milose/laravel-mmc)

Laravel Artisan console command to create Model / Migration / Controller files in singular form.

Install
-------

[](#install)

To install this package run

```
composer require milose/laravel-mmc
```

**If you are using Laravel version `>= 5.5` you can skip the step below.**

#### Adding a Service Provider

[](#adding-a-service-provider)

In your config/app.php file, find providers key, and add this to the end of the list:

```
Milose\LaravelMMC\LaravelMMCServiceProvider::class,
```

Usage
-----

[](#usage)

```
php artisan mmc invoice item
```

This will create `InvoiceItem` model, `create_invoice_item_table` migration and `InvoiceItemController`

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Credits
-------

[](#credits)

- [Milos Sakovic](https://github.com/milose)

License
-------

[](#license)

The MIT License (MIT).

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

3115d ago

### Community

---

Top Contributors

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

---

Tags

laravel

### Embed Badge

![Health badge](/badges/milose-laravel-mmc/health.svg)

```
[![Health](https://phpackages.com/badges/milose-laravel-mmc/health.svg)](https://phpackages.com/packages/milose-laravel-mmc)
```

PHPackages © 2026

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