PHPackages                             matmper/laravel-repository-release - 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. matmper/laravel-repository-release

ActiveLibrary

matmper/laravel-repository-release
==================================

Package to simplify the use of repositories in Laravel

1.0.2(2y ago)3102[1 issues](https://github.com/matmper/laravel-repository-release/issues)MITPHPPHP ^8.0.2

Since Aug 10Pushed 2y ago2 watchersCompare

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

READMEChangelog (3)Dependencies (7)Versions (5)Used By (0)

Laravel Repository Release
==========================

[](#laravel-repository-release)

Package to simplify the use of database repositories in Laravel

[ ![PRs Welcome](https://camo.githubusercontent.com/875fdcafb33a30d3badb178f9a5e7177dd3ebab8dbedeaa97028e748172e7375/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5052732d77656c636f6d652d627269676874677265656e2e7376673f7374796c653d666f722d7468652d6261646765)](https://github.com/matmper/laravel-repository-release/pulls)[ ![Packagist](https://camo.githubusercontent.com/beef5d8b69145f0f51442e01a12961a72f2d6de2926b00631f6d99852d4bc71e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d61746d7065722f6c61726176656c2d7265706f7369746f72792d72656c656173653f7374796c653d666f722d7468652d626164676526636f6c6f723d253233623665363733)](https://packagist.org/packages/matmper/laravel-repository-release)[ ![Github Actions](https://camo.githubusercontent.com/75957ed1ce491319e89defc2a6cb2aa516bab27ffd251a99e4a8a820c858d4aa/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d61746d7065722f6c61726176656c2d7265706f7369746f72792d72656c656173652f6769746875625f616374696f6e732e796d6c3f6272616e63683d6d61696e267374796c653d666f722d7468652d6261646765)](https://github.com/matmper/laravel-repository-release/actions/workflows/github_actions.yml?query=branch%3Amain)[ ![License MIT](https://camo.githubusercontent.com/31e62e0eff03ce9ddfdf69d8476340d4f541990bfb152cb02a0f342965252997/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666f722d7468652d6261646765)](https://opensource.org/license/mit/)Dependences
===========

[](#dependences)

- PHP &gt;= 8.0.2 ([Doc](https://www.php.net/releases/8.0/pt_BR.php))
- Laravel &gt;= 9.1.15 ([Doc](https://laravel.com/docs/9.x/releases))

Install
=======

[](#install)

Install this database srepository in your vendor path:

```
# install package
$ composer require matmper/laravel-repository-release

# publish package
$ php artisan vendor:publish --provider="Matmper\Providers\RepositoryProvider"
```

Usage
=====

[](#usage)

Create new repository file

```
# create single model repository file
$ php artisan repository:create User

# create all pending model repositories files
$ php artisan repository:create all
```

Documentation
-------------

[](#documentation)

Access: [laravel-repository-release](https://matmper.github.io/laravel-repository-release/)

laravel-repository-release versionLaravel versions1.x9 / 10 / 11Contribution &amp; Development
------------------------------

[](#contribution--development)

This is an open source code, free for distribution and contribution. All contributions will be accepted only with Pull Request and that pass the test and code standardization.

Run composer install in yout development env:

```
$ composer install --dev --prefer-dist
```

Now you can use `composer check` in your terminal.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

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

Total

3

Last Release

759d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4ebbba804257345da231efbb8a00e9eb80383359990fd9e860c3c6ed7e42eb46?d=identicon)[matmper](/maintainers/matmper)

---

Top Contributors

[![matmper](https://avatars.githubusercontent.com/u/8351960?v=4)](https://github.com/matmper "matmper (48 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/matmper-laravel-repository-release/health.svg)

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

###  Alternatives

[larastan/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

6.4k43.5M5.2k](/packages/larastan-larastan)[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[mongodb/laravel-mongodb

A MongoDB based Eloquent model and Query builder for Laravel

7.1k7.2M71](/packages/mongodb-laravel-mongodb)[genealabs/laravel-model-caching

Automatic caching for Eloquent models.

2.4k4.8M26](/packages/genealabs-laravel-model-caching)[mikebronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k127.1k1](/packages/mikebronner-laravel-model-caching)[dyrynda/laravel-model-uuid

This package allows you to easily work with UUIDs in your Laravel models.

4802.8M8](/packages/dyrynda-laravel-model-uuid)

PHPackages © 2026

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