PHPackages                             rajurayhan/laravel-eloquent-order-manager - 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. rajurayhan/laravel-eloquent-order-manager

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

rajurayhan/laravel-eloquent-order-manager
=========================================

A Laravel package for effortlessly managing the order of Eloquent models. Simplify sorting, reordering, and maintaining the order of items in your application with ease.

10PHP

Since Jun 16Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/rajurayhan/laravel-eloquent-order-manager)[ Packagist](https://packagist.org/packages/rajurayhan/laravel-eloquent-order-manager)[ RSS](/packages/rajurayhan-laravel-eloquent-order-manager/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Eloquent Order Manager
==============================

[](#laravel-eloquent-order-manager)

[![Latest Version on Packagist](https://camo.githubusercontent.com/2d3b91d432a7e0582fd652eeacc54509bbc904ff954241bc6a6c4dc890d3d5b8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f72616a7572617968616e2f6c61726176656c2d656c6f7175656e742d6f726465722d6d616e616765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rajurayhan/laravel-eloquent-order-manager)[![GitHub Tests Action Status](https://camo.githubusercontent.com/cfad4ae1b3dd78f6787a50d8d80a1ba8105be883ac2c834e189d4cb446777549/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f72616a7572617968616e2f6c61726176656c2d656c6f7175656e742d6f726465722d6d616e616765722f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/rajurayhan/laravel-eloquent-order-manager/actions/workflows/run-tests.yml)[![Total Downloads](https://camo.githubusercontent.com/031c7e5db8236bde841a4858f45038466c653c65a8e8ad9e79e9e9a21be65c47/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f72616a7572617968616e2f6c61726176656c2d656c6f7175656e742d6f726465722d6d616e616765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rajurayhan/laravel-eloquent-order-manager)

A Laravel package for effortlessly managing the order of Eloquent models. Simplify sorting, reordering, and maintaining the order of items in your application with ease.

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

[](#installation)

You can install the package via composer:

```
composer require rajurayhan/laravel-eloquent-order-manager

## Usage

    use Raju\EloquentOrder\EloquentOrderManagerService;

    $orderManager = new EloquentOrderManagerService(YourModel::class);
    $newItem = ["name" => "New Item", "order" => 4];
    $newItem = ["id" => 5, "name" => "New Item", "order" => 4]; // If Updating existing entry.
    $orderManager->addOrUpdateItem($newItem);

## Find Me
	Email: devraju.bd@gmail.com
```

###  Health Score

18

—

LowBetter than 7% of packages

Maintenance52

Moderate activity, may be stable

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity11

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6824950?v=4)[Raju Rayhan](/maintainers/rajurayhan)[@rajurayhan](https://github.com/rajurayhan)

---

Top Contributors

[![raju-lhg](https://avatars.githubusercontent.com/u/70439918?v=4)](https://github.com/raju-lhg "raju-lhg (3 commits)")

### Embed Badge

![Health badge](/badges/rajurayhan-laravel-eloquent-order-manager/health.svg)

```
[![Health](https://phpackages.com/badges/rajurayhan-laravel-eloquent-order-manager/health.svg)](https://phpackages.com/packages/rajurayhan-laravel-eloquent-order-manager)
```

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.8k117.8M121](/packages/jdorn-sql-formatter)[backup-manager/backup-manager

A framework agnostic database backup manager with user-definable procedures and support for S3, Dropbox, FTP, SFTP, and more with drivers for popular frameworks.

1.7k1.6M11](/packages/backup-manager-backup-manager)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8351.6M88](/packages/propel-propel1)[insolita/yii2-migration-generator

Set of gii tools for generating files for migration by schema of table , phpdoc or table data

108508.0k5](/packages/insolita-yii2-migration-generator)[xpdo/xpdo

A PDO-based Object/Relational Bridge Library

7088.4k4](/packages/xpdo-xpdo)[voku/session2db

A PHP library acting as a wrapper for PHP's default session handling functions which stores data in a MySQL database, providing both better performance and better security and protection against session fixation and session hijacking.

2920.0k](/packages/voku-session2db)

PHPackages © 2026

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