PHPackages                             ibrahimbougaoua/filasortable - 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. ibrahimbougaoua/filasortable

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

ibrahimbougaoua/filasortable
============================

This is my package filasortable

v1.0.1(1y ago)62.1k↓95.5%2[1 issues](https://github.com/ibrahimBougaoua/filasortable/issues)[5 PRs](https://github.com/ibrahimBougaoua/filasortable/pulls)MITPHPPHP ^8.2CI passing

Since Sep 18Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/ibrahimBougaoua/filasortable)[ Packagist](https://packagist.org/packages/ibrahimbougaoua/filasortable)[ Docs](https://github.com/ibrahimbougaoua/filasortable)[ GitHub Sponsors](https://github.com/IbrahimBougaoua)[ RSS](/packages/ibrahimbougaoua-filasortable/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (4)Dependencies (15)Versions (10)Used By (0)

Filasortable reorderable drag-and-drop.
=======================================

[](#filasortable-reorderable-drag-and-drop)

[![Latest Version on Packagist](https://camo.githubusercontent.com/7b2ee31b08eafae63b219d93c0c74bc1b7dabc18a2684a387c7d8e62653e7443/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6962726168696d626f7567616f75612f66696c61736f727461626c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ibrahimbougaoua/filasortable)[![GitHub Tests Action Status](https://camo.githubusercontent.com/efa3a84d3ff8cbff7e7bd2c065ac51b8aa4dd79112c1b263f458f2095660ab65/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6962726168696d626f7567616f75612f66696c61736f727461626c652f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/ibrahimbougaoua/filasortable/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/751f34f6c996b649e5849df28ecf7a6da98c05bd824f15197ec0511212e9fc0a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6962726168696d626f7567616f75612f66696c61736f727461626c652f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/ibrahimbougaoua/filasortable/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/b36b47fefebd5417ea26595b328856c06a4a03ba29f5e8cf0b02507f7eda22ae/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6962726168696d626f7567616f75612f66696c61736f727461626c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ibrahimbougaoua/filasortable)

Filasortable package for reorderable drag-and-drop table for modern browsers and touch devices, just register the plugin
after that you will see new button appear at the header of table where you can enable and disable the sort option for the current table.

Support us
----------

[](#support-us)

[!["Buy Me A Coffee"](https://camo.githubusercontent.com/9f44ce2dc3b3eecdd02598900866ffc518801df1932849703dae1e5ce5031070/68747470733a2f2f7777772e6275796d6561636f666665652e636f6d2f6173736574732f696d672f637573746f6d5f696d616765732f6f72616e67655f696d672e706e67)](https://buymeacoffee.com/ibrahimbougaoua)

[Explanation At Youtube](https://www.youtube.com/@IbrahimBougaoua)

Just press the enable button and enjoy.
---------------------------------------

[](#just-press-the-enable-button-and-enjoy)

[![](https://raw.githubusercontent.com/ibrahimBougaoua/filasortable/refs/heads/main/screens/normal.png)](https://www.youtube.com/@IbrahimBougaoua)

[![](https://raw.githubusercontent.com/ibrahimBougaoua/filasortable/refs/heads/main/screens/enabled.png)](https://www.youtube.com/@IbrahimBougaoua)

[![](https://raw.githubusercontent.com/ibrahimBougaoua/filasortable/refs/heads/main/screens/disabled.png)](https://www.youtube.com/@IbrahimBougaoua)

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

[](#installation)

You can install the package via composer:

```
composer require ibrahimbougaoua/filasortable
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="filasortable-views"
```

Usage
-----

[](#usage)

Register the plugin after that you will see new button appear at the header of table where you can enable and disable the sort option for the current table.

```
use IbrahimBougaoua\FilaSortable\FilaSortablePlugin;

->plugins([
    FilaSortablePlugin::make()
]);
```

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 Bougaoua](https://github.com/IbrahimBougaoua)
- [SortableJS](https://github.com/SortableJS/Sortable)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance52

Moderate activity, may be stable

Popularity23

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 58.3% 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

4

Last Release

697d ago

Major Versions

v0.0.1-beta → v1.0.02024-09-19

### Community

Maintainers

![](https://www.gravatar.com/avatar/42cb517e994883d2bfba50af94449dd4e4348c8423516e71c1bfa4738e083df9?d=identicon)[ibrahim.bougaoua](/maintainers/ibrahim.bougaoua)

---

Top Contributors

[![ibrahimBougaoua](https://avatars.githubusercontent.com/u/41789518?v=4)](https://github.com/ibrahimBougaoua "ibrahimBougaoua (14 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (5 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (5 commits)")

---

Tags

laravelibrahimBougaouafilasortable

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/ibrahimbougaoua-filasortable/health.svg)

```
[![Health](https://phpackages.com/badges/ibrahimbougaoua-filasortable/health.svg)](https://phpackages.com/packages/ibrahimbougaoua-filasortable)
```

###  Alternatives

[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3915.5k](/packages/rawilk-profile-filament-plugin)[filament/support

Core helper methods and foundation code for all Filament packages.

2333.9M302](/packages/filament-support)[backstage/mails

View logged mails and events in a beautiful Filament UI.

16429.7k](/packages/backstage-mails)[finity-labs/fin-mail

A powerful email template manager and composer for Filament with dynamic token replacement, template versioning, and inline email sending.

316.8k2](/packages/finity-labs-fin-mail)[tapp/filament-form-builder

User facing form builder using Filament components

133.5k6](/packages/tapp-filament-form-builder)

PHPackages © 2026

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