PHPackages                             twin-elements/sortable-bundle - 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. twin-elements/sortable-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

twin-elements/sortable-bundle
=============================

Sortable bundle for CMS

v1.0.3(3y ago)0581MITPHPPHP ^7.4 || ^8.0

Since May 20Pushed 3y ago1 watchersCompare

[ Source](https://github.com/twin-elements/sortable-bundle)[ Packagist](https://packagist.org/packages/twin-elements/sortable-bundle)[ RSS](/packages/twin-elements-sortable-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (4)Versions (5)Used By (1)

\##Installation `composer require twin-elements/sortable-bundle`

in `/config/packages/routes.yaml` add

```
sortable_admin:
    resource: "@TwinElementsSortableBundle/Controller/"
    prefix: /admin
    type: annotation
    requirements:
        _locale: '%app_locales%'
    defaults:
        _locale: '%locale%'
        _admin_locale: '%admin_locale%'
    options: { i18n: false }

```

in `assets/admin/entry.js` add

```
if(typeof IS_SORTABLE_ENABLED !== "undefined" && IS_SORTABLE_ENABLED ){
    import(/*webpackChunkName: "sortable-module"*/'../../public/bundles/twinelementssortable/js/sortable');
}

```

#### How it use?

[](#how-it-use)

1.In template with list marked as 'sortable'

add `{% use '@TwinElementsSortable/blocks.html.twig' %}`

and

```
{% block head_js %}
    {{ block('sortable') }}
{% endblock %}

```

2. In controller

```
    $responseParameters = new ResponseParameterBuilder();
    $responseParameters
        ->addParameter('key',$value);

    SortableResponseParametersPreparer::prepare($responseParameters, Entity::class);

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~23 days

Total

4

Last Release

1389d ago

PHP version history (2 changes)v1.0.0PHP ^7.4

v1.0.3PHP ^7.4 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/ad729a699b734ec9098b169b396f7c686c5eb920bd04d20b29f346b592f59ee8?d=identicon)[kolarian](/maintainers/kolarian)

---

Top Contributors

[![twin-elements](https://avatars.githubusercontent.com/u/17727266?v=4)](https://github.com/twin-elements "twin-elements (4 commits)")

### Embed Badge

![Health badge](/badges/twin-elements-sortable-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/twin-elements-sortable-bundle/health.svg)](https://phpackages.com/packages/twin-elements-sortable-bundle)
```

###  Alternatives

[pentatrion/vite-bundle

Vite integration for your Symfony app

2725.3M13](/packages/pentatrion-vite-bundle)[wallabag/wallabag

open source self hostable read-it-later web application

12.6k2.2k](/packages/wallabag-wallabag)[pixelopen/cloudflare-turnstile-bundle

A simple package to help integrate Cloudflare Turnstile on Symfony.

31205.8k3](/packages/pixelopen-cloudflare-turnstile-bundle)[netgen/layouts-core

Netgen Layouts enables you to build and manage complex web pages in a simpler way and with less coding. This is the core of Netgen Layouts, its heart and soul.

3689.4k10](/packages/netgen-layouts-core)[netgen/content-browser

Netgen Content Browser is a Symfony bundle that provides an interface which selects items from any kind of backend and returns the IDs of selected items back to the calling code.

14112.1k8](/packages/netgen-content-browser)[leapt/core-bundle

Symfony LeaptCoreBundle

2529.1k4](/packages/leapt-core-bundle)

PHPackages © 2026

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