PHPackages                             radix435/filament-sort-order-ulid - 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. radix435/filament-sort-order-ulid

ActiveLibrary

radix435/filament-sort-order-ulid
=================================

Please do not use. Checkout Ibrahims package filament-sort-order. Perhaps the ulid support will be added to that package later.

0101PHP

Since May 13Pushed 1y agoCompare

[ Source](https://github.com/radix435/filament-sort-order-ulid)[ Packagist](https://packagist.org/packages/radix435/filament-sort-order-ulid)[ RSS](/packages/radix435-filament-sort-order-ulid/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Filament Sort Order
===================

[](#filament-sort-order)

[![Latest Version on Packagist](https://camo.githubusercontent.com/2a3ed4dbad5f077ad8767447a430079855e44b94726bb205c35f561eeb73f834/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6962726168696d626f7567616f75612f66696c616d656e742d736f72742d6f726465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ibrahimbougaoua/filament-sort-order)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/a946ff4cd2d2b8933d7c94092b21812cff9e7d21ef073107bb89107db47944b8/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6962726168696d626f7567616f75612f66696c616d656e742d736f72742d6f726465722f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/ibrahimbougaoua/filament-sort-order/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/ecf5a4f8fc91a700c3619efa0d86205f12a06376c1af08b3dd7e6be548d67b12/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6962726168696d626f7567616f75612f66696c616d656e742d736f72742d6f726465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ibrahimbougaoua/filament-sort-order)

Transform the sorting order of any table effortlessly by installing this package. It provides seamless functionality without requiring any manual code writing. Simply install it, and you're good to go !

[Youtube Video](https://www.youtube.com/watch?v=Uq7rSJSuWlw)

[![](https://raw.githubusercontent.com/ibrahimBougaoua/screenshot/main/images/sort.png)](https://www.youtube.com/watch?v=Uq7rSJSuWlw)

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

[](#installation)

You can install the package via composer:

```
composer require ibrahimbougaoua/filament-sort-order
```

You can publish the config file with:

```
php artisan vendor:publish --tag="filament-sort-order-config"
```

This is the contents of the published config file:

// You can incorporate additional tables by appending "table{number}" as an illustration. // 'table1' =&gt;'users', // 'table2' =&gt;'posts', // 'table3' =&gt;'products', //And so on...

```
return [
    'table1' => 'users', // Specify the table to be affected.
    // You can incorporate additional tables by appending "table{number}" as an illustration.
    // 'table2' => 'posts',
    // 'table3' => 'products',
    // And so on...
    'sort' => 'asc', // Default sorting order.
];
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="filament-sort-order-migrations"
php artisan migrate
```

**Usage :**

Add **SortOrder** to model.

```
class User extends Model
{
    use SortOrder;
    .....
}
```

In User Resource

```
->actions([
	DownStepAction::make(),
	UpStepAction::make(),
])
->defaultSort('sort_order', 'asc');
```

Note :
------

[](#note-)

The name of the field that is created in the table after installation is **sort\_order**.

Testing
-------

[](#testing)

```
composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Ibrahim](https://github.com/ibrahimBougaoua)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity14

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

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://www.gravatar.com/avatar/addfd9ae6ba860a8efe77d611080e7959a3712ec6f0fe4c982c19b24acfbc318?d=identicon)[radix435](/maintainers/radix435)

---

Top Contributors

[![ibrahimBougaoua](https://avatars.githubusercontent.com/u/41789518?v=4)](https://github.com/ibrahimBougaoua "ibrahimBougaoua (22 commits)")[![radix435](https://avatars.githubusercontent.com/u/6497535?v=4)](https://github.com/radix435 "radix435 (13 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (8 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (4 commits)")[![jcc5018](https://avatars.githubusercontent.com/u/21000134?v=4)](https://github.com/jcc5018 "jcc5018 (1 commits)")[![Snergdafer](https://avatars.githubusercontent.com/u/60300405?v=4)](https://github.com/Snergdafer "Snergdafer (1 commits)")

### Embed Badge

![Health badge](/badges/radix435-filament-sort-order-ulid/health.svg)

```
[![Health](https://phpackages.com/badges/radix435-filament-sort-order-ulid/health.svg)](https://phpackages.com/packages/radix435-filament-sort-order-ulid)
```

PHPackages © 2026

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