PHPackages                             staudenmeir/eloquent-param-limit-fix-x-laravel-adjacency-list - 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. [Database &amp; ORM](/categories/database)
4. /
5. staudenmeir/eloquent-param-limit-fix-x-laravel-adjacency-list

ActiveLibrary[Database &amp; ORM](/categories/database)

staudenmeir/eloquent-param-limit-fix-x-laravel-adjacency-list
=============================================================

Merge of staudenmeir/eloquent-param-limit-fix and staudenmeir/laravel-adjacency-list

v1.4(4mo ago)102.3k↓62.9%MITPHPPHP ^8.3CI passing

Since Mar 26Pushed 4mo ago2 watchersCompare

[ Source](https://github.com/staudenmeir/eloquent-param-limit-fix-x-laravel-adjacency-list)[ Packagist](https://packagist.org/packages/staudenmeir/eloquent-param-limit-fix-x-laravel-adjacency-list)[ Fund](https://paypal.me/JonasStaudenmeir)[ RSS](/packages/staudenmeir-eloquent-param-limit-fix-x-laravel-adjacency-list/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (6)Dependencies (14)Versions (8)Used By (0)

Eloquent Param Limit Fix + Laravel Adjacency List
=================================================

[](#eloquent-param-limit-fix--laravel-adjacency-list)

[![CI](https://github.com/staudenmeir/eloquent-param-limit-fix-x-laravel-adjacency-list/actions/workflows/ci.yml/badge.svg)](https://github.com/staudenmeir/eloquent-param-limit-fix-x-laravel-adjacency-list/actions/workflows/ci.yml?query=branch%3Amain)[![Code Coverage](https://camo.githubusercontent.com/e397034fdb825ac856c315118e3771bb03189813ed4d15b2f1d110c01d99e3c0/68747470733a2f2f636f6465636f762e696f2f67682f7374617564656e6d6569722f656c6f7175656e742d706172616d2d6c696d69742d6669782d782d6c61726176656c2d61646a6163656e63792d6c6973742f67726170682f62616467652e7376673f746f6b656e3d4c4d4b35464b4f4d4255)](https://codecov.io/gh/staudenmeir/eloquent-param-limit-fix-x-laravel-adjacency-list)[![PHPStan](https://camo.githubusercontent.com/2b1732baa25914ee5ccbeaf42980d671de29700b49e0639e1edc8e66181f6905/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048505374616e2d6c6576656c25323031302d627269676874677265656e2e7376673f7374796c653d666c6174)](https://github.com/staudenmeir/eloquent-param-limit-fix-x-laravel-adjacency-list/actions/workflows/static-analysis.yml?query=branch%3Amain)[![Latest Stable Version](https://camo.githubusercontent.com/6ec475ba6728a22dbac9b67bf684daa986dfad2ebb242a8a11b558114a023f11/68747470733a2f2f706f7365722e707567782e6f72672f7374617564656e6d6569722f656c6f7175656e742d706172616d2d6c696d69742d6669782d782d6c61726176656c2d61646a6163656e63792d6c6973742f762f737461626c65)](https://packagist.org/packages/staudenmeir/eloquent-param-limit-fix-x-laravel-adjacency-list)[![Total Downloads](https://camo.githubusercontent.com/fb93634f46f9eaa077d78f9ed294756e976a6a4e801822ac6652ac93f4120ebf/68747470733a2f2f706f7365722e707567782e6f72672f7374617564656e6d6569722f656c6f7175656e742d706172616d2d6c696d69742d6669782d782d6c61726176656c2d61646a6163656e63792d6c6973742f646f776e6c6f616473)](https://packagist.org/packages/staudenmeir/eloquent-param-limit-fix-x-laravel-adjacency-list/stats)[![License](https://camo.githubusercontent.com/41b35ee764e444ac2adbb3bef8363eee598dcdf007e6d4756f5ce7b9a81d39d7/68747470733a2f2f706f7365722e707567782e6f72672f7374617564656e6d6569722f656c6f7175656e742d706172616d2d6c696d69742d6669782d782d6c61726176656c2d61646a6163656e63792d6c6973742f6c6963656e7365)](https://github.com/staudenmeir/eloquent-param-limit-fix-x-laravel-adjacency-list/blob/main/LICENSE)

This Laravel package merges [staudenmeir/eloquent-param-limit-fix](https://github.com/staudenmeir/eloquent-param-limit-fix)and [staudenmeir/laravel-adjacency-list](https://github.com/staudenmeir/laravel-adjacency-list) to allow them being used in the same model.

Supports Laravel 9.0+.

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

[](#installation)

```
composer require staudenmeir/eloquent-param-limit-fix-x-laravel-adjacency-list:"^1.0"

```

Use this command if you are in PowerShell on Windows (e.g. in VS Code):

```
composer require staudenmeir/eloquent-param-limit-fix-x-laravel-adjacency-list:"^^^^1.0"

```

Versions
--------

[](#versions)

LaravelPackage13.x1.412.x1.311.x1.210.x1.19.x1.0Usage
-----

[](#usage)

Use the `HasParamLimitFixAndRecursiveRelationships` trait in your model:

```
class User extends Model
{
    use \Staudenmeir\EloquentParamLimitFixXLaravelAdjacencyList\Eloquent\HasParamLimitFixAndRecursiveRelationships;
}
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) and [CODE OF CONDUCT](.github/CODE_OF_CONDUCT.md) for details.

###  Health Score

49

—

FairBetter than 94% of packages

Maintenance77

Regular maintenance activity

Popularity26

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity69

Established project with proven stability

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

Total

6

Last Release

126d ago

PHP version history (4 changes)v1.0PHP ^8.0.2

v1.1PHP ^8.1

v1.2PHP ^8.2

v1.4PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/3c1c3cda28d147c1899037c3187f89a606ca14f51190de59e88fa91e51647ff6?d=identicon)[staudenmeir](/maintainers/staudenmeir)

---

Top Contributors

[![staudenmeir](https://avatars.githubusercontent.com/u/1853169?v=4)](https://github.com/staudenmeir "staudenmeir (39 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/staudenmeir-eloquent-param-limit-fix-x-laravel-adjacency-list/health.svg)

```
[![Health](https://phpackages.com/badges/staudenmeir-eloquent-param-limit-fix-x-laravel-adjacency-list/health.svg)](https://phpackages.com/packages/staudenmeir-eloquent-param-limit-fix-x-laravel-adjacency-list)
```

###  Alternatives

[mongodb/laravel-mongodb

A MongoDB based Eloquent model and Query builder for Laravel

7.1k8.4M96](/packages/mongodb-laravel-mongodb)[kirschbaum-development/eloquent-power-joins

The Laravel magic applied to joins.

1.6k32.6M46](/packages/kirschbaum-development-eloquent-power-joins)[yajra/laravel-oci8

Oracle DB driver for Laravel via OCI8

8793.2M25](/packages/yajra-laravel-oci8)[awobaz/compoships

Laravel relationships with support for composite/multiple keys

1.2k11.7M47](/packages/awobaz-compoships)[bavix/laravel-wallet

It's easy to work with a virtual wallet.

1.3k1.3M19](/packages/bavix-laravel-wallet)[glushkovds/phpclickhouse-laravel

Adapter of the most popular library https://github.com/smi2/phpClickHouse to Laravel

2051.5M2](/packages/glushkovds-phpclickhouse-laravel)

PHPackages © 2026

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