PHPackages                             eleven-miles/erebus - 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. eleven-miles/erebus

ActiveWordpress-theme

eleven-miles/erebus
===================

A starter theme for Wordpress sites built with Mimir

v2.0.1(2y ago)010[2 PRs](https://github.com/Eleven-Miles/Erebus/pulls)UnlicenseSCSSPHP &gt;=8.2

Since Jan 11Pushed 2y agoCompare

[ Source](https://github.com/Eleven-Miles/Erebus)[ Packagist](https://packagist.org/packages/eleven-miles/erebus)[ RSS](/packages/eleven-miles-erebus/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)DependenciesVersions (19)Used By (0)

Erebus site template
====================

[](#erebus-site-template)

This is a template for a WP site.

Example blocks and Field Groups
-------------------------------

[](#example-blocks-and-field-groups)

Within this theme you will find in the `classes/ACF` folder - Blocks and FieldGroups directories. These are here for example only on how to register a new block for Gutenberg along with the field groups for the block.

### Seeing the example blocks in action

[](#seeing-the-example-blocks-in-action)

To activate the example blocks follow these steps:

1. Update the namespaces in both testimonials classes to match your site namespace

```
Change this:
namespace NanoSoup\Erebus\ACF\Blocks;

To this:
namespace {{ SITE_NAMESPACE }}\ACF\Blocks;

```

2. Add the following code to your functions.php file:

```
$fieldGroups = new \{{ SITE_NAMESPACE }}\ACF\FieldGroups\Testimonials();
$fieldGroups->init();

$testimonials = new \{{ SITE_NAMESPACE }}\ACF\Blocks\Testimonials();
$testimonials->init();

```

You will then be able to select and use the Testimonials block within the Gutenberg editor

Description
===========

[](#description)

- What:
- When:
- Where:
    - UAT: ,
    - Production:
- Multsite:
- Tech:

Setup
=====

[](#setup)

Prerequisites
-------------

[](#prerequisites)

- Follow the instructions in the wiki here

Initial Setup
-------------

[](#initial-setup)

- Some of these instructions may still be relevant here
- run `yarn install` in root directory

Running the Project
-------------------

[](#running-the-project)

Run `composer install` in the project root, then switch down into the project theme `wp-content/themes/theme_name` and run `yarn install`.

Updates and Testing
===================

[](#updates-and-testing)

Testing
-------

[](#testing)

Hosting and Deploying
=====================

[](#hosting-and-deploying)

Paid Plugins
------------

[](#paid-plugins)

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity82

Battle-tested with a long release history

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

Recently: every ~195 days

Total

13

Last Release

797d ago

Major Versions

v1.1.0 → v2.0.02024-03-11

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

1.0.5PHP &gt;=7.2

v1.1.0PHP &gt;=7.4

v2.0.0PHP &gt;=8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/8d165dc4e785a667b83bbbe50b3f64547e428c5c7088cb5573900b6bc106ae0c?d=identicon)[harryfinn](/maintainers/harryfinn)

![](https://www.gravatar.com/avatar/69675bbe4bb2bffa2762f30e2dc952ec90cf085a5ff9db0762d5ec9f742673c8?d=identicon)[joelouisworthington](/maintainers/joelouisworthington)

![](https://www.gravatar.com/avatar/37cd6b7d28106a8a13c337320fbcfd203eec2b4ddd31d1df0cc0989a7aa5ec58?d=identicon)[calumbutchart](/maintainers/calumbutchart)

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

![](https://www.gravatar.com/avatar/7817168ac0a20b55835cdfbe72a1f2ef5c33199ca03d3cf7b81af42ebd644f8f?d=identicon)[elevenmiles](/maintainers/elevenmiles)

---

Top Contributors

[![WisemanH](https://avatars.githubusercontent.com/u/4037251?v=4)](https://github.com/WisemanH "WisemanH (23 commits)")[![HobbitCodes](https://avatars.githubusercontent.com/u/29715827?v=4)](https://github.com/HobbitCodes "HobbitCodes (14 commits)")[![jezemery](https://avatars.githubusercontent.com/u/2809847?v=4)](https://github.com/jezemery "jezemery (5 commits)")[![harryfinn](https://avatars.githubusercontent.com/u/2940866?v=4)](https://github.com/harryfinn "harryfinn (4 commits)")[![tredmantj](https://avatars.githubusercontent.com/u/60179736?v=4)](https://github.com/tredmantj "tredmantj (2 commits)")

### Embed Badge

![Health badge](/badges/eleven-miles-erebus/health.svg)

```
[![Health](https://phpackages.com/badges/eleven-miles-erebus/health.svg)](https://phpackages.com/packages/eleven-miles-erebus)
```

PHPackages © 2026

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