PHPackages                             zr/zr-admin-theme-starter-recipe - 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. zr/zr-admin-theme-starter-recipe

ActiveDrupal-recipe

zr/zr-admin-theme-starter-recipe
================================

ZR Admin Theme Starter Bundle

v1.0.0(12mo ago)034GPL-2.0-or-laterPHP &gt;=8.1

Since May 14Pushed 12mo ago7 watchersCompare

[ Source](https://github.com/Zoocha/ZR-Admin-Starter-bundle)[ Packagist](https://packagist.org/packages/zr/zr-admin-theme-starter-recipe)[ RSS](/packages/zr-zr-admin-theme-starter-recipe/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

ZR Admin Theme Recipe Installation Guide
========================================

[](#zr-admin-theme-recipe-installation-guide)

To install the ZR Admin Theme recipe, follow the steps below:

1. Ensure the below has been added to the `composer.json` **installer-paths**:

    ```
    "web/recipes/custom/{$name}": ["type:drupal-recipe"]
    ```
2. Run the following command (within the `/web` directory):

    ```
    ddev drush recipe recipes/custom/zr-admin-theme-starter-recipe
    ```

The above command will execute the ZR Admin Theme recipe installation and install the necessary modules.

Additionally, add the environment indicator settings in `settings.php` based on the environment:

```
$config['environment_indicator.indicator']['name'] = 'Dev';
$config['environment_indicator.indicator']['bg_color'] = '#d8d887';

$config['environment_indicator.indicator']['name'] = 'Stage';
$config['environment_indicator.indicator']['bg_color'] = '#6eb6cb';

$config['environment_indicator.indicator']['name'] = 'Live';
$config['environment_indicator.indicator']['bg_color'] = '#e45656';
```

To ensure the environment indicator looks consistent, add the following CSS to your theme's custom CSS file:

```
#toolbar-item-environment-indicator {
    border-radius: var(--gin-border-s) !important;
    color: #ffffff !important;
}
.gin-secondary-toolbar .toolbar-secondary .toolbar-bar .toolbar-tab #toolbar-item-environment-indicator.toolbar-item::before {
    background-color: #ffffff !important;
}
#toolbar-item-environment-indicator-tray {
    display: none !important;
}
#toolbar-item-administration-tray .toolbar-logo img {
    border-radius: 5px;
}
```

[![ZR Environment Indicator CSS](./images/environment-indicator.png)](./images/environment-indicator.png)

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance50

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

364d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d55db2e0db4e89921e804fd60aa0fb11ffbc1fd7b678acd6f9656a33de239452?d=identicon)[owenzoocha](/maintainers/owenzoocha)

![](https://www.gravatar.com/avatar/cb70a636b376cd9f6b6cc267c9ce4b687cca1f24b9c55de12c59688040211645?d=identicon)[webifyworld](/maintainers/webifyworld)

---

Top Contributors

[![dcommitpanda](https://avatars.githubusercontent.com/u/65345721?v=4)](https://github.com/dcommitpanda "dcommitpanda (14 commits)")

### Embed Badge

![Health badge](/badges/zr-zr-admin-theme-starter-recipe/health.svg)

```
[![Health](https://phpackages.com/badges/zr-zr-admin-theme-starter-recipe/health.svg)](https://phpackages.com/packages/zr-zr-admin-theme-starter-recipe)
```

###  Alternatives

[farmos/farmos

A web-based farm record keeping application.

1.2k6.7k1](/packages/farmos-farmos)[thunder/thunder-distribution

The thunder distribution

50634.8k3](/packages/thunder-thunder-distribution)[goalgorilla/open_social

Open Social is a distribution for building social communities and intranets.

190458.8k](/packages/goalgorilla-open-social)[govcms/govcms

GovCMS Drupal Distribution

18997.1k3](/packages/govcms-govcms)[localgovdrupal/localgov

LocalGovDrupal distribution

100110.9k2](/packages/localgovdrupal-localgov)[drupalwxt/wxt

Project template for Drupal 10 sites built with the WxT distribution.

29159.8k8](/packages/drupalwxt-wxt)

PHPackages © 2026

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