PHPackages                             a2nt/silverstripe-treemultiselect-sortable-field - 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. a2nt/silverstripe-treemultiselect-sortable-field

ActiveSilverstripe-vendormodule[Utility &amp; Helpers](/categories/utility)

a2nt/silverstripe-treemultiselect-sortable-field
================================================

Sortable tree multiselect field

01.3k3[1 issues](https://github.com/a2nt/silverstripe-treemultiselect-sortable-field/issues)1JavaScriptCI failing

Since Nov 28Pushed 5y ago1 watchersCompare

[ Source](https://github.com/a2nt/silverstripe-treemultiselect-sortable-field)[ Packagist](https://packagist.org/packages/a2nt/silverstripe-treemultiselect-sortable-field)[ RSS](/packages/a2nt-silverstripe-treemultiselect-sortable-field/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (1)

silverstripe-treemultiselect-sortable-field
===========================================

[](#silverstripe-treemultiselect-sortable-field)

SilverStripe Tree Multi-select sortable field
=============================================

[](#silverstripe-tree-multi-select-sortable-field)

SilverStipe custom sort field on tree items

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

[](#installation)

```
composer require a2nt/silverstripe-treemultiselect-sortable-field

```

Usage
-----

[](#usage)

- Install the module, run dev/build
- Add your custom field

```
 private static $many_many = [
    'FooterNavigation' => SiteTree::class,
];

private static $many_many_extraFields = [
    'FooterNavigation' => [
        'SortOrder' => 'Int',
    ],
];

TreeMultiselectFieldSortable::create(
    'SortOrder', // order field name
    'FooterNavigation', // relation name
    'Footer Navigation', // field title
    SiteTree::class // relation objects class name
)

```

[![alt text](screenshot.png "Click to an item and move it using arrows at the left and right")](screenshot.png)

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 Bus Factor1

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

### Community

Maintainers

![](https://www.gravatar.com/avatar/9c10d444da3afa00b1851c2595f47190836de733c6f49855d2a751b1e613f78d?d=identicon)[a2nt](/maintainers/a2nt)

---

Top Contributors

[![a2nt](https://avatars.githubusercontent.com/u/672794?v=4)](https://github.com/a2nt "a2nt (6 commits)")

### Embed Badge

![Health badge](/badges/a2nt-silverstripe-treemultiselect-sortable-field/health.svg)

```
[![Health](https://phpackages.com/badges/a2nt-silverstripe-treemultiselect-sortable-field/health.svg)](https://phpackages.com/packages/a2nt-silverstripe-treemultiselect-sortable-field)
```

PHPackages © 2026

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