PHPackages                             markocupic/contao-custom-global-operation - 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. markocupic/contao-custom-global-operation

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

markocupic/contao-custom-global-operation
=========================================

Extends the Contao Backend Global Operation Navigation

1.0.6(6mo ago)13.9k↑16.7%1MITPHPPHP ^8.3CI failing

Since Feb 9Pushed 6mo ago1 watchersCompare

[ Source](https://github.com/markocupic/contao-custom-global-operation)[ Packagist](https://packagist.org/packages/markocupic/contao-custom-global-operation)[ RSS](/packages/markocupic-contao-custom-global-operation/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (6)Versions (3)Used By (1)

[![Alt text](docs/logo.png?raw=true "logo")](docs/logo.png?raw=true)

Mehr Übersicht bei vielen Global Operations im Contao Backend
=============================================================

[](#mehr-übersicht-bei-vielen-global-operations-im-contao-backend)

Falls ein Contao Backend Modul über viele globale Operationen verfügt, kann die Navigation schnell unübersichtlich werden.

Hier hilft diese Erweiterung für Contao. Die verschiedenen Menupunkte lassen sich thematisch grupieren und geordnet ausgeben.

[![Alt text](docs/images/img.png?raw=true "logo")](docs/images/img.png?raw=true)

Konfiguration
-------------

[](#konfiguration)

Die Konfiguration erfolgt Contao-Typisch über das DCA. Beachten Sie dabei folgende zwei keys:

`custom_glob_op`: Mit `custom_glob_op => true` aktivieren Sie customisierte Ausgabe des Menupunktes. Mit dem Array `custom_glob_op_options => []` kann der Menupunnkt noch zusätzlich konfiguriert werden oder auch weggelassen werden.

```
	'global_operations' => [
        'all'                          => [
            'href'       => 'act=select',
            'class'      => 'header_edit_all',
            'attributes' => 'onclick="Backend.getScrollOffset()" accesskey="e"',
        ],
        'glob_operation_one' => [
            'href'                   => 'action=glob_operation_one',
            'class'                  => 'glob_operation_one',
            'icon'                   => 'bundles/myawesomecontaobundle/icons/file-word-regular.svg',
            'attributes'             => 'onclick="Backend.getScrollOffset()" accesskey="e"',
            'custom_glob_op'         => true,
            'custom_glob_op_options' => ['add_to_menu_group' => 'my_menu_one', 'sorting' => 10],
        ],
        'glob_operation_two' => [
            'href'                   => 'action=glob_operation_two',
            'class'                  => 'glob_operation_one',
            'icon'                   => 'bundles/myawesomecontaobundle/icons/file-excel-regular.svg',
            'attributes'             => 'onclick="Backend.getScrollOffset()" accesskey="e"',
            'custom_glob_op'         => true,
            'custom_glob_op_options' => ['add_to_menu_group' => 'my_menu_one', 'sorting' => 20],
        ],
        'glob_operation_three' => [
            'href'                   => 'action=glob_operation_three',
            'class'                  => 'glob_operation_one',
            'icon'                   => 'bundles/myawesomecontaobundle/icons/file-pdf-regular.svg',
            'attributes'             => 'onclick="Backend.getScrollOffset()" accesskey="e"',
            'custom_glob_op'         => true,
            'custom_glob_op_options' => ['add_to_menu_group' => 'my_menu_two', 'sorting' => 30],
        ],
	],

```

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance66

Regular maintenance activity

Popularity23

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

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

Total

2

Last Release

196d ago

PHP version history (2 changes)1.0PHP ^8.1

1.0.6PHP ^8.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1525166?v=4)[Marko Cupic](/maintainers/markocupic)[@markocupic](https://github.com/markocupic)

---

Top Contributors

[![markocupic](https://avatars.githubusercontent.com/u/1525166?v=4)](https://github.com/markocupic "markocupic (9 commits)")

---

Tags

bundlecontaocustom global operations menu

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/markocupic-contao-custom-global-operation/health.svg)

```
[![Health](https://phpackages.com/badges/markocupic-contao-custom-global-operation/health.svg)](https://phpackages.com/packages/markocupic-contao-custom-global-operation)
```

###  Alternatives

[pdir/social-feed-bundle

Social feed extension for Contao CMS

1414.8k](/packages/pdir-social-feed-bundle)[markocupic/contao-bundle-creator-bundle

This bundle provides a bundle maker for Contao 4.\*. The extension will create a fully working backend- or/and frontend module after you have defined a few parameters in the contao backend.

224.7k](/packages/markocupic-contao-bundle-creator-bundle)

PHPackages © 2026

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