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 of Bolt 6.

1.0.6(1mo ago)34163[1 issues](https://github.com/philippjeschek/bolt-dragsort/issues)[1 PRs](https://github.com/philippjeschek/bolt-dragsort/pulls)MITPHPPHP ^8.0CI passing

Since Dec 27Pushed 1mo ago2 watchersCompare

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

READMEChangelog (3)Dependencies (6)Versions (9)Used By (0)

Bolt 6 drag and drop extension
==============================

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

Author: Philipp Jeschek

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

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

47

—

FairBetter than 93% of packages

Maintenance83

Actively maintained with recent releases

Popularity21

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 80% 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 ~272 days

Recently: every ~408 days

Total

7

Last Release

50d 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 (16 commits)")[![5ulo](https://avatars.githubusercontent.com/u/4980919?v=4)](https://github.com/5ulo "5ulo (3 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)
