PHPackages                             tinson/laravel-make-model - 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. [Framework](/categories/framework)
4. /
5. tinson/laravel-make-model

ActiveLibrary[Framework](/categories/framework)

tinson/laravel-make-model
=========================

Laravel make model library

v1.0.2(6y ago)2787↑900%MITPHPPHP &gt;=5.6CI failing

Since Dec 30Pushed 6y agoCompare

[ Source](https://github.com/hetiansu5/laravel-make-model)[ Packagist](https://packagist.org/packages/tinson/laravel-make-model)[ RSS](/packages/tinson-laravel-make-model/feed)WikiDiscussions master Synced 1mo ago

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

Introduction
------------

[](#introduction)

Laravel Plugin Library for Creating a new Eloquent model class filled with getter and setter.

Quick Start
-----------

[](#quick-start)

1.Import package via composer

```
composer require --dev tinson/laravel-make-model:^1.0.0

```

2.Import provider at `bootstrap/app.php` in your project

```
$app->register(MakeModel\Providers\MakeModelProvider::class);

```

3.How to use

```
# see the help list
php artisan make:e-model -h

# a simple demo
# create new model named `User`, its table name is `users`.
php artisan make:e-model users -m User

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity54

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

Total

3

Last Release

2192d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/42daf3795861a699f5e94b392d00321706c16983a502315f1c9a29655cdfe347?d=identicon)[hetiansu5](/maintainers/hetiansu5)

---

Top Contributors

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

---

Tags

pluginlaravellaravel-make-model

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tinson-laravel-make-model/health.svg)

```
[![Health](https://phpackages.com/badges/tinson-laravel-make-model/health.svg)](https://phpackages.com/packages/tinson-laravel-make-model)
```

###  Alternatives

[defstudio/pest-plugin-laravel-expectations

A plugin to add laravel tailored expectations to Pest

98548.9k4](/packages/defstudio-pest-plugin-laravel-expectations)[hemp/presenter

Easy Model Presenters in Laravel

247592.6k1](/packages/hemp-presenter)[rahulalam31/laravel-abuse-ip

Block ip address of all spammer's around the world.

27431.5k](/packages/rahulalam31-laravel-abuse-ip)[jonpurvis/squeaky

A Laravel Validation Rule to Help Catch Profanity.

706.0k](/packages/jonpurvis-squeaky)

PHPackages © 2026

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