PHPackages                             yevhenii/laravel-entity - 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. yevhenii/laravel-entity

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

yevhenii/laravel-entity
=======================

This package add useful commands to Laravel project, commands like creating repository, and creating all in one time controller, model, repository, migration

1.1.x-dev(6y ago)00MITPHP

Since Sep 4Pushed 6y ago1 watchersCompare

[ Source](https://github.com/zenia9012/laravel-entity)[ Packagist](https://packagist.org/packages/yevhenii/laravel-entity)[ Docs](https://github.com/zenia9012/laravel-entity)[ RSS](/packages/yevhenii-laravel-entity/feed)WikiDiscussions master Synced today

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

laravelEntity
=============

[](#laravelentity)

[!\[Latest Version on Packagist\]\[ico-version\]](https://packagist.org/packages/yevhenii/laravel-entity)

This is where your description should go. Take a look at [contributing.md](contributing.md) to see a to do list.

Installation
------------

[](#installation)

Via Composer

```
$ composer require yevhenii/laravel-entity
```

Usage
-----

[](#usage)

- For creating Controller, Model, Migration, Repository use command:

```
$ php artisan entity Post
```

Where Post is example.

Will be created : PostController - controller Post - model PostRepository - repository 2019\_08\_12\_100000\_create\_posts\_table.php - migration

- For creating Controller, Model, Migration, Repository and Factory, Seeder use command:

```
$ php artisan entity Post --all
```

Where Post is example

Will be created : PostController - controller Post - model PostRepository - repository 2019\_08\_12\_100000\_create\_posts\_table.php - migration PostsTableSeeder - seed PostFactory - factory

- For creating just a Repository use command:

```
$ php artisan entity:repository Post
```

Where Post is example

Will be created : PostRepository - repository

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

[](#change-log)

Please see the [changelog](changelog.md) for more information on what has changed recently.

Security
--------

[](#security)

If you discover any security related issues, please email author email instead of using the issue tracker.

Credits
-------

[](#credits)

- [Yevhenii Riabyi](https://github.com/zenia9012)

License
-------

[](#license)

license. Please see the [license file](license.md) for more information.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

2

Last Release

2441d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2d8963821bca4a30f7e613b311028a09072ff3e100da3ffbbf89fa8933167655?d=identicon)[Yevhenii](/maintainers/Yevhenii)

---

Top Contributors

[![yevhenii-teamscale](https://avatars.githubusercontent.com/u/52066554?v=4)](https://github.com/yevhenii-teamscale "yevhenii-teamscale (8 commits)")

---

Tags

laravellaravelEntity

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/yevhenii-laravel-entity/health.svg)

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

###  Alternatives

[nunomaduro/laravel-console-menu

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

815412.0k48](/packages/nunomaduro-laravel-console-menu)[mwguerra/web-terminal

A web-based terminal component for Filament/Laravel with command whitelisting and multiple connection types

251.1k](/packages/mwguerra-web-terminal)[sunaoka/laravel-facade-generator

Provide command line generation of facade layer files.

171.9k](/packages/sunaoka-laravel-facade-generator)

PHPackages © 2026

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