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(8y ago)1141MITPHPPHP &gt;=7.0.0

Since Jun 14Pushed 8y 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 today

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 41% 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

2937d 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

1.0k2.3M27](/packages/tpetry-laravel-postgresql-enhanced)[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11222.5M33](/packages/anourvalar-eloquent-serialize)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135212.4k7](/packages/statamic-rad-pack-runway)[waad/laravel-model-metadata

A robust Laravel package for handling metadata with JSON casting, custom relation names, and advanced querying capabilities.

854.1k](/packages/waad-laravel-model-metadata)[mozex/laravel-scout-bulk-actions

Import, flush, and queue-import all your Laravel Scout searchable models at once. Auto-discovers models, runs in bulk, tracks progress.

1437.7k](/packages/mozex-laravel-scout-bulk-actions)[ramadan/easy-model

A Laravel package for enjoyably managing database queries.

111.6k](/packages/ramadan-easy-model)

PHPackages © 2026

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