PHPackages                             basilicom/pimcore-plugin-system-banner - 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. basilicom/pimcore-plugin-system-banner

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

basilicom/pimcore-plugin-system-banner
======================================

Shows a banner of the pimcore environment, to indicate if you are on prod or dev or else.

v4.0.0(6mo ago)19.6k↓45.6%[4 PRs](https://github.com/basilicom/pimcore-plugin-system-banner/pulls)MITTypeScriptPHP &gt;=8.3CI passing

Since Apr 1Pushed 3mo ago11 watchersCompare

[ Source](https://github.com/basilicom/pimcore-plugin-system-banner)[ Packagist](https://packagist.org/packages/basilicom/pimcore-plugin-system-banner)[ RSS](/packages/basilicom-pimcore-plugin-system-banner/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (1)Versions (12)Used By (0)

Pimcore Plugin System Banner
============================

[](#pimcore-plugin-system-banner)

This plugin will show a banner on the top right with the environment name.

- development environments = green
- test environments = purple
- stage environments = yellow
- prod environments = red

[![Environment dev](docs/environment-dev.jpg)](docs/environment-dev.jpg)

it is used the .env variable APP\_ENV.

Version information
-------------------

[](#version-information)

Bundle VersionPHPPimcore&lt; 2.0^7.3^6.0&gt;= 2.0^8.0^10.0&gt;= 3.0^8.1^11.0&gt;= 4.0^8.3^12.0Installation
------------

[](#installation)

```
composer require basilicom/pimcore-plugin-system-banner

```

### Activate Plugin

[](#activate-plugin)

- Add to config/bundles.php

```
return [
    ...
    PimcorePluginSystemBannerBundle::class => ['all' => true],
];

```

or

- Activate in the Pimcore backend in Tools -&gt; Bundles &amp; Bricks

### Build assets

[](#build-assets)

for Pimcore &gt;= 10

`bin/console assets:install public --symlink --relative`

for lower than Pimcore X respectively lower than Symfony 5

`bin/console assets:install web --symlink --relative`

Customize the env name and color
--------------------------------

[](#customize-the-env-name-and-color)

You can customize the display of the name in the .env file (or .env.local). Use the following variable:

```
SYSTEM_BANNER_TEXT="My env name"

```

To customize the color, you can use the following variable:

```
SYSTEM_BANNER_COLOR=purple

```

you can choose between:

- green
- yellow
- red
- purple
- blue

###  Health Score

51

—

FairBetter than 96% of packages

Maintenance75

Regular maintenance activity

Popularity27

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity74

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

Recently: every ~358 days

Total

6

Last Release

190d ago

Major Versions

v1.3.1 → v2.0.02021-12-08

v2.0.2 → v3.0.02024-07-08

v3.0.0 → v4.0.02025-11-10

PHP version history (4 changes)v1.3.1PHP &gt;=7.3

v2.0.0PHP &gt;=8.0

v3.0.0PHP &gt;=8.1

v4.0.0PHP &gt;=8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/1c8125cb6ac31b6665506656894f95f823ce5a0ff0ee0a48830c968ab42813e4?d=identicon)[kerstinbasilicom](/maintainers/kerstinbasilicom)

---

Top Contributors

[![AlexanderHeidrich](https://avatars.githubusercontent.com/u/9350895?v=4)](https://github.com/AlexanderHeidrich "AlexanderHeidrich (31 commits)")[![kerstinbasilicom](https://avatars.githubusercontent.com/u/38213550?v=4)](https://github.com/kerstinbasilicom "kerstinbasilicom (27 commits)")[![fabfischer](https://avatars.githubusercontent.com/u/1053032?v=4)](https://github.com/fabfischer "fabfischer (3 commits)")[![HeHof](https://avatars.githubusercontent.com/u/2856767?v=4)](https://github.com/HeHof "HeHof (2 commits)")

---

Tags

php

### Embed Badge

![Health badge](/badges/basilicom-pimcore-plugin-system-banner/health.svg)

```
[![Health](https://phpackages.com/badges/basilicom-pimcore-plugin-system-banner/health.svg)](https://phpackages.com/packages/basilicom-pimcore-plugin-system-banner)
```

###  Alternatives

[dachcom-digital/formbuilder

Pimcore FormBuilder - create forms easily!

96269.7k](/packages/dachcom-digital-formbuilder)[elements/process-manager-bundle

The Process Manager allows you to manage (define,execute...) arbitrary processes/commands in the Pimcore backend.

49633.0k5](/packages/elements-process-manager-bundle)[pimcore/data-importer

Adds a comprehensive import functionality to Pimcore Datahub

44763.4k2](/packages/pimcore-data-importer)[pimcore/output-data-config-toolkit-bundle

21256.8k3](/packages/pimcore-output-data-config-toolkit-bundle)[instride/data-definitions

Data Definitions allows you to define your DataObject Imports and Exports using a nice GUI and re-run the definitions as often you like.

8117.7k](/packages/instride-data-definitions)[pimcore/object-merger

13550.4k1](/packages/pimcore-object-merger)

PHPackages © 2026

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