PHPackages                             rhymedigital/contao\_backend\_rhyme - 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. rhymedigital/contao\_backend\_rhyme

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

rhymedigital/contao\_backend\_rhyme
===================================

A Contao Open Source CMS Backend Theme

v1.1.4(2y ago)0861LGPL-3.0-or-laterSCSSPHP ^7.4 || ^8.0

Since Feb 18Pushed 11mo ago3 watchersCompare

[ Source](https://github.com/RhymeDigital/contao_backend_rhyme)[ Packagist](https://packagist.org/packages/rhymedigital/contao_backend_rhyme)[ RSS](/packages/rhymedigital-contao-backend-rhyme/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (2)Versions (16)Used By (0)

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

Contao Back End Bundle
======================

[](#contao-back-end-bundle)

A Contao CMS 4.x bundle that applies a custom theme to the back end of the website.

Preview of the theme
====================

[](#preview-of-the-theme)

[![Alt text](docs/sample_01.png?raw=true&v=4 "Preview 1")](docs/sample_01.png?raw=true&v=4)

### *Configurations*

[](#configurations)

To add custom element set configurations, add your .php files into the following directories (including any number of subdirectories) in your bundle.

*Examples:*

```
%kernel.project_dir%/Resources/contao/config/element_sets

%kernel.project_dir%/contao/config/element_sets

```

Alternatively, you can use an event listener that accepts the `Rhyme\ContaoBackendThemeBundle\Event\LoadElementSetsEvent` type event, with tag `rhyme_be.load_element_sets`.

### *Images*

[](#images)

To add custom images for each element set, each image must be of type .png, and the file name must match the element set config key.

Add your custom element set images into an `element_sets` directory (including any number of subdirectories) anywhere in your bundle directory.

*Examples:*

```
src/Resources/element_sets

src/Resources/public/assets/img/element_sets

```

**NOTE:** In order for the images to work, you need to run the `Recreate the symlinks` command via "Maintenance" &gt; "Purge Data" in Contao.

Alternatively, you can run the `assets:install` command in the `%kernel.project_dir%`. Be sure to replace `web` or `public` with your custom `%contao.web_dir%` if you have one.

Examples:

```
php vendor/bin/contao-console assets:install web --symlink

php vendor/bin/contao-console assets:install public --symlink

```

### *Language Entries*

[](#language-entries)

To add language entries for each custom element set, you need to add to the `$GLOBALS['TL_LANG']['VEE']['element_sets']` array. You may add them into your `default.php` or `default.xlf` files, but we recommend adding `element_sets.php` or `element_sets.xlf` files to your language directories to keep things organized.

Language entries for element sets must match the element set's config key.

Language entries for element set *groups* must match the group's config key, prepended by `group_`. For example, an element set group with the config key `my_element_set_group` would need to have the language entry key `group_my_element_set_group`.

*Examples:*

```
/**
 * Element set groups
 */
$GLOBALS['TL_LANG']['VEE']['element_sets']['group_my_element_set_group'] = 'My Awesome Element Sets';

/**
 * Element sets
 */
$GLOBALS['TL_LANG']['VEE']['element_sets']['my_element_set'] = 'My First Awesome Element Set';

```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 71.1% 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 ~106 days

Recently: every ~5 days

Total

8

Last Release

804d ago

PHP version history (2 changes)v1.0.0PHP ^7.1

v1.0.1PHP ^7.4 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/63bdf0c3a2c9119c5f08bbae6eac617ab863bdd8b990ed502f6d010c437cb29c?d=identicon)[blairwinans](/maintainers/blairwinans)

---

Top Contributors

[![rhymeadam](https://avatars.githubusercontent.com/u/36767740?v=4)](https://github.com/rhymeadam "rhymeadam (86 commits)")[![blairwinans](https://avatars.githubusercontent.com/u/1219241?v=4)](https://github.com/blairwinans "blairwinans (35 commits)")

---

Tags

contaotheme

### Embed Badge

![Health badge](/badges/rhymedigital-contao-backend-rhyme/health.svg)

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

###  Alternatives

[codefog/contao-haste

haste extension for Contao Open Source CMS

42650.8k139](/packages/codefog-contao-haste)[madeyourday/contao-rocksolid-custom-elements

Create your own, nestable content elements using a modular system. End the WYSIWYG chaos with your own content elements.

50341.9k12](/packages/madeyourday-contao-rocksolid-custom-elements)[codefog/contao-news_categories

News Categories bundle for Contao Open Source CMS

3183.3k6](/packages/codefog-contao-news-categories)[terminal42/contao-folderpage

Provides a new page type for Contao that allows you to group pages into folders.

18147.9k9](/packages/terminal42-contao-folderpage)[inspiredminds/contao-wowjs

Integrates WOW.js for Contao content elements and form fields.

1813.0k](/packages/inspiredminds-contao-wowjs)[pdir/social-feed-bundle

Social feed extension for Contao CMS

1414.8k](/packages/pdir-social-feed-bundle)

PHPackages © 2026

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