PHPackages                             sdon2/laravel-dynamic-model - 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. sdon2/laravel-dynamic-model

ActiveLibrary

sdon2/laravel-dynamic-model
===========================

Laravel Dynamic Model

v1.0.7(3y ago)014MITPHPPHP &gt;=7.4|&gt;=8.0|&gt;=8.1|&gt;=8.2

Since Jan 11Pushed 3y ago1 watchersCompare

[ Source](https://github.com/sdon2/laravel-dynamic-model)[ Packagist](https://packagist.org/packages/sdon2/laravel-dynamic-model)[ RSS](/packages/sdon2-laravel-dynamic-model/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

```
Dynamic Model for Laravel
===========================

Install: composer require sdon2/laravel-dynamic-model

Important Note: It requires doctrine/dbal package to be installed.

Now you can access dynamic tables by extending DynamicModel using the constructor.

Example:

use Sdon2\Laravel\DynamicModel;

class SampleTable extends DynamicModel
{
    public function __construct($attributes = [])
    {
        parent::__construct('dynamic_table_1', $attributes);
    }
}

Refer: https://github.com/sdon2/laravel-dynamic-model

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

1215d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

phplaravel

### Embed Badge

![Health badge](/badges/sdon2-laravel-dynamic-model/health.svg)

```
[![Health](https://phpackages.com/badges/sdon2-laravel-dynamic-model/health.svg)](https://phpackages.com/packages/sdon2-laravel-dynamic-model)
```

###  Alternatives

[laracraft-tech/laravel-xhprof

Easy XHProf setup to profile your laravel application!

235321.4k](/packages/laracraft-tech-laravel-xhprof)[mozex/anthropic-laravel

Anthropic PHP for Laravel is a supercharged PHP API client that allows you to interact with the Anthropic API

71226.4k1](/packages/mozex-anthropic-laravel)[kompo/kompo

Laravel &amp; Vue.js FullStack Components for Rapid Application Development

11812.4k21](/packages/kompo-kompo)[bavix/laravel-xhprof

Quick profiling of your code for Laravel

22156.6k](/packages/bavix-laravel-xhprof)

PHPackages © 2026

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