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↓93.3%2[1 issues](https://github.com/ibrahimBougaoua/filasortable/issues)[5 PRs](https://github.com/ibrahimBougaoua/filasortable/pulls)MITPHPPHP ^8.2CI passing

Since Sep 18Pushed 3mo 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 today

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

41

—

FairBetter than 87% of packages

Maintenance57

Moderate activity, may be stable

Popularity24

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

652d 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.

3914.6k](/packages/rawilk-profile-filament-plugin)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[stephenjude/filament-debugger

About

104162.2k2](/packages/stephenjude-filament-debugger)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

122177.8k1](/packages/stephenjude-filament-feature-flags)[finity-labs/fin-mail

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

284.5k1](/packages/finity-labs-fin-mail)

PHPackages © 2026

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