PHPackages                             ofthewildfire/filament-navigation-ordering - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ofthewildfire/filament-navigation-ordering

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ofthewildfire/filament-navigation-ordering
==========================================

A Filament plugin for ordering navigation items with visual sorting controls

v1.0.6(6mo ago)08MITBladePHP ^8.1

Since Oct 14Pushed 6mo agoCompare

[ Source](https://github.com/ofthewildfire/FilamentSortPlugin)[ Packagist](https://packagist.org/packages/ofthewildfire/filament-navigation-ordering)[ RSS](/packages/ofthewildfire-filament-navigation-ordering/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (7)Dependencies (1)Versions (9)Used By (0)

Filament Navigation Ordering Plugin
===================================

[](#filament-navigation-ordering-plugin)

A Filament plugin that adds visual sorting controls to allowing users to sort navigation items alphabetically.

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

[](#installation)

Install the package via Composer:

```
composer require ofthewildfire/filament-navigation-ordering
```

Usage
-----

[](#usage)

Register the plugin in your Filament panel:

```
use Ofthewildfire\FilamentNavigationOrdering\NavigationOrderingPlugin;

public function panel(Panel $panel): Panel
{
    return $panel
        ->plugins([
            NavigationOrderingPlugin::make(),
        ]);
}
```

What it does!
-------------

[](#what-it-does)

- Adds a sort button to navigation groups
- Toggle between A-Z and Z-A sorting
- Visual feedback notifications
- Targets "Workspace" navigation group by default

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance70

Regular maintenance activity

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity49

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

7

Last Release

205d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/61b8f1746bf2f663adcf0f13600c20aa381bad7c35a1c1c5e4ab6b2e14d1a19b?d=identicon)[ofthewildfire](/maintainers/ofthewildfire)

---

Top Contributors

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

---

Tags

pluginlaravelnavigationfilamentordering

### Embed Badge

![Health badge](/badges/ofthewildfire-filament-navigation-ordering/health.svg)

```
[![Health](https://phpackages.com/badges/ofthewildfire-filament-navigation-ordering/health.svg)](https://phpackages.com/packages/ofthewildfire-filament-navigation-ordering)
```

###  Alternatives

[pboivin/filament-peek

Full-screen page preview modal for Filament

253319.6k12](/packages/pboivin-filament-peek)[awcodes/filament-badgeable-column

Filament Tables column to append and prepend badges.

142419.3k3](/packages/awcodes-filament-badgeable-column)[awcodes/filament-table-repeater

A modified version of the Filament Forms Repeater to display it as a table.

262815.1k5](/packages/awcodes-filament-table-repeater)[awcodes/light-switch

Plugin to add theme switching (light/dark/system) to the auth pages for Filament Panels

4789.9k2](/packages/awcodes-light-switch)[jibaymcs/filament-tour

Bring the power of DriverJs to your Filament panels and start a tour !

12247.8k](/packages/jibaymcs-filament-tour)[awcodes/recently

Easily track and access recently viewed records in your filament panels.

4224.3k](/packages/awcodes-recently)

PHPackages © 2026

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