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

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

thanhnamcnv/laravel-make-repository-service
===========================================

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

3.8(3y ago)273.3k10MITPHP

Since Apr 4Pushed 3y ago1 watchersCompare

[ Source](https://github.com/namtrt/laravel-make-repository-service)[ Packagist](https://packagist.org/packages/thanhnamcnv/laravel-make-repository-service)[ RSS](/packages/thanhnamcnv-laravel-make-repository-service/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (10)Dependencies (7)Versions (14)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 thanhnamcnv/laravel-make-repository-service --dev`

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

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

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

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

Publish Configuration

```
php artisan vendor:publish --provider "NamTran\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

37

—

LowBetter than 81% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~140 days

Total

12

Last Release

1452d ago

Major Versions

1.0.0 → 2.02020-02-01

2.1 → 3.02020-12-28

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/22110711?v=4)[Nam Tran](/maintainers/namtrt)[@namtrt](https://github.com/namtrt)

---

Top Contributors

[![namtrt](https://avatars.githubusercontent.com/u/22110711?v=4)](https://github.com/namtrt "namtrt (10 commits)")[![namtrantomosia](https://avatars.githubusercontent.com/u/45249235?v=4)](https://github.com/namtrantomosia "namtrantomosia (8 commits)")[![c0mm4nDer](https://avatars.githubusercontent.com/u/20518232?v=4)](https://github.com/c0mm4nDer "c0mm4nDer (1 commits)")[![FirstVNTis](https://avatars.githubusercontent.com/u/57751695?v=4)](https://github.com/FirstVNTis "FirstVNTis (1 commits)")[![LubySagia](https://avatars.githubusercontent.com/u/9947961?v=4)](https://github.com/LubySagia "LubySagia (1 commits)")

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M345](/packages/psalm-plugin-laravel)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[api-platform/laravel

API Platform support for Laravel

58171.5k14](/packages/api-platform-laravel)[mike-bronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k91.0k1](/packages/mike-bronner-laravel-model-caching)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45444.2k1](/packages/pressbooks-pressbooks)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M194](/packages/laravel-ai)

PHPackages © 2026

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