PHPackages                             3brs/sylius-sorting-plugin - 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. 3brs/sylius-sorting-plugin

ActiveSylius-plugin

3brs/sylius-sorting-plugin
==========================

Sorting plugin for Sylius

v2.0.0(8mo ago)25.2k↓50%5MITPHPPHP ^8.2

Since Aug 5Pushed 5mo ago3 watchersCompare

[ Source](https://github.com/3BRS/sylius-sorting-plugin)[ Packagist](https://packagist.org/packages/3brs/sylius-sorting-plugin)[ RSS](/packages/3brs-sylius-sorting-plugin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (36)Versions (17)Used By (0)

 [ ![](https://camo.githubusercontent.com/bb0c16caf210bea68e0e59fc11e0844dc47097f9aeb8b388c3de5f1414d4d1c0/68747470733a2f2f33627273312e667261312e63646e2e6469676974616c6f6365616e7370616365732e636f6d2f336272732f6c6f676f2f334252532d6c6f676f2d73796c6975732d3230302e706e67) ](https://www.3brs.com)

Sorting Plugin
 [ ![](https://camo.githubusercontent.com/d8379b91a7e0954d5367f90c74fa1e3dedb7e383d002f40473f820fc810fbafa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f336272732f73796c6975732d736f7274696e672d706c7567696e) ](https://packagist.org/packages/3brs/sylius-sorting-plugin "License") [ ![](https://camo.githubusercontent.com/1b21a6aaa2b2596cc2ec801f0da39e5e2c06cee09f67a01275b8794bdd83d335/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f336272732f73796c6975732d736f7274696e672d706c7567696e) ](https://packagist.org/packages/3brs/sylius-sorting-plugin "Version") [ ![](https://camo.githubusercontent.com/fad29e3cbdb17b409beaa02a18028d79843b7b00e8a999d97ac01f1727b7c713/68747470733a2f2f636972636c6563692e636f6d2f67682f334252532f73796c6975732d736f7274696e672d706c7567696e2e7376673f7374796c653d736869656c64) ](https://circleci.com/gh/3BRS/sylius-sorting-plugin "Build status")
=================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#sorting-plugin------------------------------------------------)

Features
--------

[](#features)

- Sort products in taxons by simple drag and drop
    - Well-arranged overview of all products in the taxon
    - Disabled products greyed out
    - Direct links into product details
    - Optionally hidden taxon tree and product images to get even more space

 [![](https://raw.githubusercontent.com/3BRS/sylius-sorting-plugin/master/doc/sorting.png)](https://raw.githubusercontent.com/3BRS/sylius-sorting-plugin/master/doc/sorting.png)

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

[](#installation)

1. Run `composer require 3brs/sylius-sorting-plugin`.
2. Register plugin to your `config/bundles.php`:

    ```
    return [
        ...
        ThreeBRS\SortingPlugin\ThreeBRSSyliusSortingPlugin::class => ['all' => true],
    ];
    ```
3. Import plugin configuration in `config/packages/_sylius.yaml`:

    ```
    imports:
        - { resource: "@ThreeBRSSyliusSortingPlugin/config/config.yaml" }
    ```
4. Import routing configuration in `config/routes.yaml`:

    ```
    threebrs_sorting:
        resource: "@ThreeBRSSyliusSortingPlugin/config/routing.yaml"
        prefix: '%sylius_admin.path_name%'
    ```
5. Import plugin JS in `webpack.config.js`

    ```
    // App admin config
    Encore
       .addEntry('threebrs-sorting-admin', path.resolve(__dirname, 'vendor/3brs/sylius-sorting-plugin/assets/admin/js/sorting-plugin.js'))
    ```
6. Require JavaScript library `sortablejs`:

    ```
    yarn add sortablejs@1.15.6
    ```
7. Rebuild assets:

    ```
    yarn build
    ```

Usage
-----

[](#usage)

- Log into admin panel
- Click on `Sorting products` in the Catalog section in main menu
- Select taxon
- Drag and drop cards
- Click `Save positions` button in the top right corner

Development
-----------

[](#development)

### Usage

[](#usage-1)

- Create symlink from .env.dist to .env or create your own .env file
- Develop your plugin in `/src`
- See `bin/` for useful commands

### Testing

[](#testing)

After your changes you must ensure that the tests are still passing.

```
make ci
```

License
-------

[](#license)

This library is under the MIT license.

Credits
-------

[](#credits)

Developed by [3BRS](https://3brs.com)
Forked from [manGoweb](https://github.com/mangoweb-sylius/SyliusSortingPlugin).

###  Health Score

49

—

FairBetter than 95% of packages

Maintenance65

Regular maintenance activity

Popularity29

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~187 days

Recently: every ~362 days

Total

9

Last Release

244d ago

Major Versions

v1.5.0 → v2.0.02025-09-16

PHP version history (5 changes)v1.0.0PHP ^7.3

v1.1.0PHP ^7.3|^7.4

v1.2.0PHP ^7.3|^8.0

v1.3.0PHP ^8.0

v2.0.0PHP ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2500352?v=4)[Johan Hornof](/maintainers/hornofj)[@hornofj](https://github.com/hornofj)

![](https://avatars.githubusercontent.com/u/13216499?v=4)[Vašo](/maintainers/VasoOppelt)[@VasoOppelt](https://github.com/VasoOppelt)

![](https://www.gravatar.com/avatar/ab23998c28b111996e4b3357f20929d6904a97ac21724750e1dfafd6a09791e4?d=identicon)[ondrej-kuhnel](/maintainers/ondrej-kuhnel)

---

Top Contributors

[![jaroslavtyc](https://avatars.githubusercontent.com/u/2290225?v=4)](https://github.com/jaroslavtyc "jaroslavtyc (13 commits)")[![ondrej-kuhnel](https://avatars.githubusercontent.com/u/6840281?v=4)](https://github.com/ondrej-kuhnel "ondrej-kuhnel (13 commits)")[![AdhamKandeel27](https://avatars.githubusercontent.com/u/108978262?v=4)](https://github.com/AdhamKandeel27 "AdhamKandeel27 (8 commits)")[![hornofj](https://avatars.githubusercontent.com/u/2500352?v=4)](https://github.com/hornofj "hornofj (4 commits)")[![VasoOppelt](https://avatars.githubusercontent.com/u/13216499?v=4)](https://github.com/VasoOppelt "VasoOppelt (2 commits)")

---

Tags

syliussortingsylius-plugin

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Rector

Code StyleECS

Type Coverage Yes

### Embed Badge

![Health badge](/badges/3brs-sylius-sorting-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/3brs-sylius-sorting-plugin/health.svg)](https://phpackages.com/packages/3brs-sylius-sorting-plugin)
```

###  Alternatives

[bitbag/cms-plugin

CMS plugin for Sylius applications.

2461.1M5](/packages/bitbag-cms-plugin)[sylius/invoicing-plugin

Invoicing plugin for Sylius.

901.0M2](/packages/sylius-invoicing-plugin)[sylius/refund-plugin

Plugin provides basic refunds functionality for Sylius application.

691.7M14](/packages/sylius-refund-plugin)[stefandoorn/sitemap-plugin

Sitemap Plugin for Sylius

851.0M](/packages/stefandoorn-sitemap-plugin)[sylius/paypal-plugin

PayPal plugin for Sylius.

451.4M4](/packages/sylius-paypal-plugin)[monsieurbiz/sylius-rich-editor-plugin

A Rich Editor plugin for Sylius.

75380.8k6](/packages/monsieurbiz-sylius-rich-editor-plugin)

PHPackages © 2026

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