PHPackages                             dungnt/laravel-make-repository-service - 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. dungnt/laravel-make-repository-service

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

dungnt/laravel-make-repository-service
======================================

A simple package to create a make:repository, make:service command for Laravel 8+

01PHP

Since Apr 9Pushed 4y ago1 watchersCompare

[ Source](https://github.com/TienDungFFC/make-repository-service-laravel)[ Packagist](https://packagist.org/packages/dungnt/laravel-make-repository-service)[ RSS](/packages/dungnt-laravel-make-repository-service/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel 6+ Php Artisan Make:Repository, Php Artisan Make:Service
================================================================

[](#laravel-6-php-artisan-makerepository-php-artisan-makeservice)

A package for addding `php artisan make:repository`, `php artisan make:service` command to Laravel 6+

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

[](#installation)

Require the package with composer using the following command:

`composer require dungnt/laravel-make-repository-service --dev`

Or add the following to your composer.json's require-dev section and `composer update`

```
"require-dev": {
          "dungnt/laravel-make-repository-service": "^2.*"
}
```

In your config/app.php add Dungnt\\LaravelMakeRepositoryService\\RepositoryServiceProvider::class to the end of the providers array:

```
'providers' => [
    ...
    Dungnt\LaravelMakeRepositoryService\RepositoryServiceProvider::class,
],
```

Publish Configuration

```
php artisan vendor:publish --provider "Dungnt\LaravelMakeRepositoryService\RepositoryServiceProvider"
```

Usage
-----

[](#usage)

`php artisan make:repository your-repository-name`

`php artisan make:service your-service-name`

Example:

```
php artisan make:repository User

php artisan make:service User

```

or

```
php artisan make:repository Backend\User

php artisan make:service Backend\User

```

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/a1d87f799578a3fe2a54d01e159cb737be5d121746aba9108a24d5e76ecaa965?d=identicon)[TienDungFFC](/maintainers/TienDungFFC)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/dungnt-laravel-make-repository-service/health.svg)

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

###  Alternatives

[maksyutin/yii2-dual-list-box

Dual list box Widget for Yii 2

138.8k1](/packages/maksyutin-yii2-dual-list-box)[facile-it/php-codec

A partial porting of io-ts in PHP

106.7k](/packages/facile-it-php-codec)

PHPackages © 2026

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