PHPackages                             emirsator/laravel-generators - 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. emirsator/laravel-generators

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

emirsator/laravel-generators
============================

Laravel Custom artisan generators

2.0.0(5y ago)0112MITPHPPHP &gt;=7.2

Since Oct 21Pushed 5y ago1 watchersCompare

[ Source](https://github.com/emirsator/Laravel-5-Artisan-Generators)[ Packagist](https://packagist.org/packages/emirsator/laravel-generators)[ RSS](/packages/emirsator-laravel-generators/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Laravel custom artisan generators
=================================

[](#laravel-custom-artisan-generators)

Is designed to be used as a helper library to improve development process.

Usage: php artisan make:entity &lt;Entity\_Name&gt;

Command will create following files:

- app\\Http\\Controllers&lt;Entity\_Name&gt;
- app\\Http\\Requests&lt;Entity\_Name&gt;
- app\\Repositories\\Interfaces&lt;Entity\_Name&gt;
- app\\Repositories&lt;Entity\_Name&gt;
- app\\Services\\Interfaces&lt;Entity\_Name&gt;
- app\\Services&lt;Entity\_Name&gt;
- routes\\web&lt;Entity\_Name&gt;
- resources\\View&lt;Entity\_Name&gt;\\create.blade.php
- resources\\View&lt;Entity\_Name&gt;\\details.blade.php
- resources\\View&lt;Entity\_Name&gt;\\edit.blade.php
- resources\\View&lt;Entity\_Name&gt;\\index.blade.php
- resources\\Lang\\en&lt;Entity\_Name&gt;

More to come

Step 2: Add the Service Provider

public function register() { $this-&gt;app-&gt;register('emirsator\\Generators\\GeneratorsServiceProvider'); }

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Total

2

Last Release

2085d ago

Major Versions

1.0.0 → 2.0.02020-08-27

PHP version history (2 changes)1.0.0PHP &gt;=5.4.0

2.0.0PHP &gt;=7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/7d021997f2f225ceb8b4ab3f143f04cb9529f74c3a6e7ea297dc33eda03d6846?d=identicon)[emirsator](/maintainers/emirsator)

---

Top Contributors

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

---

Tags

laravelgenerators

### Embed Badge

![Health badge](/badges/emirsator-laravel-generators/health.svg)

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

###  Alternatives

[laracasts/generators

Advanced Laravel generators, that include schema information.

2.4k6.4M44](/packages/laracasts-generators)[laralib/l5scaffold

Extend Laravel 5's generators scaffold.

31474.1k](/packages/laralib-l5scaffold)[pingpong/generators

Laravel Generators

33237.6k7](/packages/pingpong-generators)[webfactor/laravel-generators

Laravel generators for quickly creating entities.

3111.1k](/packages/webfactor-laravel-generators)[mckenziearts/laravel-command

A simple Laravel package to provide artisan new commands

321.2k](/packages/mckenziearts-laravel-command)

PHPackages © 2026

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