PHPackages                             zignout/laravel-repo - 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. zignout/laravel-repo

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

zignout/laravel-repo
====================

Laravel Repository Pattern

014PHP

Since Jul 10Pushed 5y ago1 watchersCompare

[ Source](https://github.com/ZignOut/laravel-repo)[ Packagist](https://packagist.org/packages/zignout/laravel-repo)[ RSS](/packages/zignout-laravel-repo/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Installatin Guide
=================

[](#installatin-guide)

run this command in the terminal of your. project root

`composer require zignout/laravel-repo`

composer.json
-------------

[](#composerjson)

place the following line in composer.json.

`"autoload": {    "psr-4": {        "App\\": "app/",        "\\Zignout\\laravelRepo": "vendor/zignout/laravel-repo/src" //Add this line**    },    "classmap": [        "database/seeds",        "database/factories"    ]},`config/app.php
--------------

[](#configappphp)

add the following line in config\\app.php.

`    'providers' => [    /*     * Package Service Providers...     */    Zignout\LaravelRepo\RepositoryProvider::class,]`Run this command
----------------

[](#run-this-command)

`php artisan vendor:publish`

and choose the package name.

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

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://avatars.githubusercontent.com/u/47132696?v=4)[ZignOut](/maintainers/ZignOut)[@ZignOut](https://github.com/ZignOut)

### Embed Badge

![Health badge](/badges/zignout-laravel-repo/health.svg)

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

###  Alternatives

[symfony/firebase-notifier

Symfony Firebase Notifier Bridge

12917.4k1](/packages/symfony-firebase-notifier)[jofrysutanto/windsor

YAML-ised Configuration for ACF

549.2k](/packages/jofrysutanto-windsor)

PHPackages © 2026

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