PHPackages                             jeschek/dragsort - 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. jeschek/dragsort

ActiveBolt-extension[Utility &amp; Helpers](/categories/utility)

jeschek/dragsort
================

This extension enables drag and drop sorting for records in the backend.

1.0.5(4y ago)33942[1 issues](https://github.com/philippjeschek/bolt-dragsort/issues)MITPHPPHP ^8.0

Since Dec 27Pushed 4y ago2 watchersCompare

[ Source](https://github.com/philippjeschek/bolt-dragsort)[ Packagist](https://packagist.org/packages/jeschek/dragsort)[ RSS](/packages/jeschek-dragsort/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (2)Dependencies (3)Versions (8)Used By (0)

Bolt 5 drag and drop extension
==============================

[](#bolt-5-drag-and-drop-extension)

Author: Philipp Jeschek

This extension enables drag and drop sorting for records in the backend of Bolt 5.

Installation:

```
composer require jeschek/dragsort
```

To enable drag and drop sorting add the following field to your content type:

```
sort:
    type: number
    mode: integer
    default: 10
```

There are some issues when trying to sort the records in the backend using

```
order: sort
```

To bypass that the addon changes the creation date to be able to sort by that property. If you use the creation date please create a full database backup before using this addon.

```
order: createdAt
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 93.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 ~20 days

Total

6

Last Release

1539d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6f01f7ede2de2d29499a67ca8c35df6badd1622d78b9d907f5fb25488df1d113?d=identicon)[philippjeschek](/maintainers/philippjeschek)

---

Top Contributors

[![philippjeschek](https://avatars.githubusercontent.com/u/6393831?v=4)](https://github.com/philippjeschek "philippjeschek (14 commits)")[![michaelborn](https://avatars.githubusercontent.com/u/8106227?v=4)](https://github.com/michaelborn "michaelborn (1 commits)")

###  Code Quality

Code StyleECS

### Embed Badge

![Health badge](/badges/jeschek-dragsort/health.svg)

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

PHPackages © 2026

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