PHPackages                             okami-chen/table-shard - 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. okami-chen/table-shard

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

okami-chen/table-shard
======================

laravel table shard compents

1.0.1(7y ago)1141MITPHPPHP &gt;=7.0.0

Since Jun 14Pushed 7y agoCompare

[ Source](https://github.com/okami-chen/table-shard)[ Packagist](https://packagist.org/packages/okami-chen/table-shard)[ Docs](https://github.com/okami-chen/table-shard)[ RSS](/packages/okami-chen-table-shard/feed)WikiDiscussions master Synced 2mo ago

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

TableShard
==========

[](#tableshard)

创建
--

[](#创建)

```
use Illuminate\Database\Eloquent\Model;

use OkamiChen\TableShard\Traits\TableShard;

class User extends Model {

    use TableShard;

}
```

查询
--

[](#查询)

```
User::where(['user_id'=>18])->first();
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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 ~0 days

Total

2

Last Release

2888d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/52c09dee797f508545e0efff783a551238061e54b791bcec49cf92cde32b104f?d=identicon)[0001000xyz](/maintainers/0001000xyz)

---

Top Contributors

[![okami-chen](https://avatars.githubusercontent.com/u/26133935?v=4)](https://github.com/okami-chen "okami-chen (2 commits)")[![x25125x](https://avatars.githubusercontent.com/u/11289287?v=4)](https://github.com/x25125x "x25125x (1 commits)")

---

Tags

laravel

### Embed Badge

![Health badge](/badges/okami-chen-table-shard/health.svg)

```
[![Health](https://phpackages.com/badges/okami-chen-table-shard/health.svg)](https://phpackages.com/packages/okami-chen-table-shard)
```

###  Alternatives

[tpetry/laravel-postgresql-enhanced

Support for many missing PostgreSQL specific features

9982.0M14](/packages/tpetry-laravel-postgresql-enhanced)[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11320.2M21](/packages/anourvalar-eloquent-serialize)[biiiiiigmonster/hasin

Laravel framework relation has in implement

154552.4k](/packages/biiiiiigmonster-hasin)[dragon-code/laravel-deploy-operations

Performing any actions during the deployment process

240173.5k2](/packages/dragon-code-laravel-deploy-operations)[bavix/laravel-clickhouse

Eloquent model for ClickHouse

72214.1k2](/packages/bavix-laravel-clickhouse)[stayallive/laravel-eloquent-observable

Register Eloquent model event listeners just-in-time directly from the model.

2928.9k7](/packages/stayallive-laravel-eloquent-observable)

PHPackages © 2026

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