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(7mo ago)111.5k↓46.6%[4 PRs](https://github.com/basilicom/pimcore-plugin-system-banner/pulls)MITTypeScriptPHP &gt;=8.3CI passing

Since Apr 1Pushed 3mo ago10 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 2d ago

READMEChangelog (6)Dependencies (1)Versions (13)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 95% of packages

Maintenance73

Regular maintenance activity

Popularity27

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity75

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

236d 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

[pimcore/data-importer

Adds a comprehensive import functionality to Pimcore Datahub

46855.5k5](/packages/pimcore-data-importer)[pimcore/object-merger

13583.8k1](/packages/pimcore-object-merger)[pimcore/perspective-editor

Pimcore Perspective Editor

21425.7k](/packages/pimcore-perspective-editor)[pimcore/studio-ui-bundle

Pimcore Studio Ui Bundle

29118.5k19](/packages/pimcore-studio-ui-bundle)[pimcore/studio-backend-bundle

Pimcore Studio Backend Bundle

20203.9k22](/packages/pimcore-studio-backend-bundle)[pimcore/number-sequence-generator

Pimcore Number Sequence Generator

11614.7k1](/packages/pimcore-number-sequence-generator)

PHPackages © 2026

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