PHPackages                             bwein-net/contao-backend-customizer - 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. bwein-net/contao-backend-customizer

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

bwein-net/contao-backend-customizer
===================================

Backend Customizer for Contao Open Source CMS

1.4.6(1mo ago)620.5k↓49.1%2MITPHPPHP ^8.3

Since Jul 16Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/bwein-net/contao-backend-customizer)[ Packagist](https://packagist.org/packages/bwein-net/contao-backend-customizer)[ Docs](https://github.com/bwein-net/contao-backend-customizer)[ GitHub Sponsors](https://github.com/sponsors/rabauss)[ RSS](/packages/bwein-net-contao-backend-customizer/feed)WikiDiscussions main Synced 3d ago

READMEChangelogDependencies (24)Versions (23)Used By (0)

Backend Customizer for Contao Open Source CMS
=============================================

[](#backend-customizer-for-contao-open-source-cms)

With this bundle, some parameters can be set via config, whereby the back end theme of Contao will be individually styled using CSS variables and Javascript.

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

[](#installation)

Install the bundle via Composer:

```
composer require bwein-net/contao-backend-customizer

```

Add the config parameters and clear the cache.

Configuration
-------------

[](#configuration)

In the `config/config.yml` you can add the following parameters - all parameters are empty by default:

```
# config/config.yml
bwein_backend_customizer:
    header_title: 'bwein.net'
    header_color: '#006B7A'
    header_invert: false
```

The `header_title` is shown on the left side of the back end header next to the contao logo and on the back end login form. With the `header_color` you can override the typical contao color of the back end header. The option `header_invert` inverts the color of all header elements, if you set it to `true`.

Ideally in the `config/parameters.yml` you can set the environment parameters, so that it can differentiate between the deployed webspaces.

```
# config/parameters.yml
bwein_backend_customizer:
    env_title: 'local'
    env_color: ~
    main_color: ~
```

The `env_title` is shown as badge on the back end header and login form.

You can set the following `env_title` values - and then the environment badge will be shown in the color in brackets:

- `'local'` (red)
- `'dev'` (orange)
- `'staging'` (green)
- `'prod'` (none - same as default `~`)

To override the default color for the environment badge and main container, you can set the param `env_color` and `main_color` with color values. Besides, if you use a different `env_title`, the `env_color` is mandatory to show the environment badge!

> After manipulating the configuration you first have to **clear the application cache** to adopt new parameters to the back end.

Screenshots
-----------

[](#screenshots)

[![Backend header](screenshot-backend-header.png)](screenshot-backend-header.png)

[![Backend login](screenshot-backend-login.png)](screenshot-backend-login.png)

###  Health Score

60

—

FairBetter than 98% of packages

Maintenance90

Actively maintained with recent releases

Popularity31

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity88

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 94.9% 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 ~136 days

Recently: every ~35 days

Total

22

Last Release

48d ago

PHP version history (6 changes)1.0.0PHP &gt;=7.1

1.0.1PHP &gt;=7.0

1.1.0PHP ^7.2 || ^8.0

1.1.4PHP ^7.4 || ^8.0

1.4.0PHP ^8.2

1.4.5PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/a08826af10df31af501e1a17ecfdaffffe0dcc0346cf1c5517ae9a2667e535a7?d=identicon)[r.baussenwein](/maintainers/r.baussenwein)

---

Top Contributors

[![rabauss](https://avatars.githubusercontent.com/u/14016098?v=4)](https://github.com/rabauss "rabauss (74 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![fritzmg](https://avatars.githubusercontent.com/u/4970961?v=4)](https://github.com/fritzmg "fritzmg (2 commits)")

---

Tags

csscolorheaderenvironmentcontaothemebackendbadgecustomcustomizer

### Embed Badge

![Health badge](/badges/bwein-net-contao-backend-customizer/health.svg)

```
[![Health](https://phpackages.com/badges/bwein-net-contao-backend-customizer/health.svg)](https://phpackages.com/packages/bwein-net-contao-backend-customizer)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

85036.3k](/packages/flow-php-flow)

PHPackages © 2026

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