PHPackages                             andersundsehr/typo3-sort-extensions - 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. andersundsehr/typo3-sort-extensions

ActiveComposer-plugin[Utility &amp; Helpers](/categories/utility)

andersundsehr/typo3-sort-extensions
===================================

Solves the problem of the extension order

1.3.0(5mo ago)09.1k↓50%GPL-2.0-or-laterPHPPHP ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0CI passing

Since May 10Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/andersundsehr/typo3-sort-extensions)[ Packagist](https://packagist.org/packages/andersundsehr/typo3-sort-extensions)[ RSS](/packages/andersundsehr-typo3-sort-extensions/feed)WikiDiscussions main Synced 1mo ago

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

typo3-sort-extensions composer plugin
=====================================

[](#typo3-sort-extensions-composer-plugin)

install &amp; configuration
---------------------------

[](#install--configuration)

replace `andersundsehr/aus_project` with your site-package package name:

```
composer config extra.andersundsehr/typo3-sort-extensions.site-package andersundsehr/aus_project
composer req --dev andersundsehr/typo3-sort-extensions
```

what does it do
---------------

[](#what-does-it-do)

This plugin automatically copies all externally\* required TYPO3 Extensions to the site-package `require` section.
So the externally\* required Extensions will always be loaded before locally\* installed TYPO3 Extensions.
It also requires the site-package in all the locally\* installed TYPO3 Extensions, so they are loaded after the site-package and all the externally\* required TYPO3 Extensions.

This solves the problem that sometimes you install/remove an extension and the order changes so that e.g. TCA/Overrides no longer work as before.

Example before :
----------------

[](#example-before-)

`root composer.json`:

```
{
  "repositories": [
    {
      "type": "path",
      "url": "extensions/*",
      "canonical": false,
      "options": {
        "reference": "none"
      }
    }
  ],
  "require": {
    "andersundsehr/aus_project": "@dev",
    "andersundsehr/aus_example": "@dev",
    "pluswerk/minify": "^3.0.1",
    "typo3/cms-core": "^11.5.4"
  },
  "extra": {
    "andersundsehr/typo3-sort-extensions": {
      "site-package": "andersundsehr/aus_project"
    }
  }
}
```

`aus_project composer.json`:

```
{
  "require": {
  }
}
```

`aus_example composer.json`:

```
{
  "require": {
  }
}
```

after:
------

[](#after)

`root composer.json`:

```
{
  "repositories": [
    {
      "type": "path",
      "url": "extensions/*",
      "canonical": false,
      "options": {
        "reference": "none"
      }
    }
  ],
  "require": {
    "andersundsehr/aus_project": "@dev",
    "andersundsehr/aus_example": "@dev",
    "andersundsehr/group_access": "^1",
    "pluswerk/minify": "^3.0.1",
    "typo3/cms-core": "^11.5.4"
  },
  "extra": {
    "andersundsehr/typo3-sort-extensions": {
      "site-package": "andersundsehr/aus_project"
    }
  }
}
```

`aus_project composer.json`:

```
{
  "require": {
    "pluswerk/minify": "*",
    "andersundsehr/group_access": "*"
  }
}
```

`aus_example composer.json`:

```
{
  "require": {
    "andersundsehr/aus_project": "*"
  }
}
```

with ♥️ from anders und sehr GmbH
=================================

[](#with-️-from-anders-und-sehr-gmbh)

> If something did not work 😮
> or you appreciate this Extension 🥰 let us know.

> We are hiring

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance70

Regular maintenance activity

Popularity24

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity67

Established project with proven stability

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

Recently: every ~225 days

Total

7

Last Release

167d ago

PHP version history (4 changes)1.0.0PHP ~8.0.0 || ~8.1.0 || ~8.2.0

1.1.0PHP ~8.1.0 || ~8.2.0 || ~8.3.0

1.2.0PHP ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0

1.3.0PHP ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/471387?v=4)[Matthias Vogel](/maintainers/Kanti)[@Kanti](https://github.com/Kanti)

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

---

Top Contributors

[![Kanti](https://avatars.githubusercontent.com/u/471387?v=4)](https://github.com/Kanti "Kanti (16 commits)")

---

Tags

dev

### Embed Badge

![Health badge](/badges/andersundsehr-typo3-sort-extensions/health.svg)

```
[![Health](https://phpackages.com/badges/andersundsehr-typo3-sort-extensions/health.svg)](https://phpackages.com/packages/andersundsehr-typo3-sort-extensions)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[symfony/maker-bundle

Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.

3.4k111.1M568](/packages/symfony-maker-bundle)[phpstan/extension-installer

Composer plugin for automatic installation of PHPStan extensions

50398.1M8.3k](/packages/phpstan-extension-installer)[symfony/polyfill

Symfony polyfills backporting features to lower PHP versions

2.8k4.5M24](/packages/symfony-polyfill)[phing/phing

PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.

1.2k21.7M876](/packages/phing-phing)[shipmonk/composer-dependency-analyser

Fast detection of composer dependency issues (dead dependencies, shadow dependencies, misplaced dependencies)

6156.7M435](/packages/shipmonk-composer-dependency-analyser)

PHPackages © 2026

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