PHPackages                             labs7in0/laravel-partitioning - 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. labs7in0/laravel-partitioning

AbandonedArchivedLibrary

labs7in0/laravel-partitioning
=============================

A horizontal partitioning library for Laravel Eloquent.

0.9.2(7y ago)021MITPHP

Since Apr 28Pushed 7y ago1 watchersCompare

[ Source](https://github.com/kinosang/laravel-partitioning)[ Packagist](https://packagist.org/packages/labs7in0/laravel-partitioning)[ RSS](/packages/labs7in0-laravel-partitioning/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

Laravel Partitioning
====================

[](#laravel-partitioning)

**\[Deprecated\] Use DB-level partitioning instead.**

A horizontal partitioning library for Laravel Eloquent.

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

[](#installation)

```
$ composer require labs7in0/laravel-partitioning
```

Usage
-----

[](#usage)

### Create Model

[](#create-model)

```
class Log extends PartitioningModel
{
    protected $baseTable = 'logs';
}
```

### Run Query

[](#run-query)

```
$logs = Log::combineByBounds(Carbon::today()->subDays(30), Carbon::today())->get();
```

License
-------

[](#license)

The MIT License

More info see [LICENSE](LICENSE)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

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

Total

3

Last Release

2571d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/25e4423232bfcc04260c68148f553b6406dd5d11ea30357a438b19624be04d2e?d=identicon)[kinosang](/maintainers/kinosang)

---

Top Contributors

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

---

Tags

laravelPartitionshardpartitioning

### Embed Badge

![Health badge](/badges/labs7in0-laravel-partitioning/health.svg)

```
[![Health](https://phpackages.com/badges/labs7in0-laravel-partitioning/health.svg)](https://phpackages.com/packages/labs7in0-laravel-partitioning)
```

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11320.2M21](/packages/anourvalar-eloquent-serialize)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)

PHPackages © 2026

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