PHPackages                             opencontent/openmagazinebundle - 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. opencontent/openmagazinebundle

ActiveLibrary

opencontent/openmagazinebundle
==============================

OpenMagazine bundle for eZ Publish

1651PHP

Since Jun 29Pushed 12y ago2 watchersCompare

[ Source](https://github.com/Opencontent/OpenMagazineBundle)[ Packagist](https://packagist.org/packages/opencontent/openmagazinebundle)[ RSS](/packages/opencontent-openmagazinebundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

OpenMagazineBundle
==================

[](#openmagazinebundle)

eZPublish 5 OpenMagazine bundle

Requirements
------------

[](#requirements)

- eZ Publish 5.0+
- eZ Publish Legacy Stack with legacy eZ OpenMagazine 1.1+ installed and configured

Installation steps
------------------

[](#installation-steps)

### Use Composer

[](#use-composer)

Add the following to your composer.json and run `php composer.phar update` to refresh dependencies:

```
"require": {
    "opencontent/openmagazinebundle": "dev-master"
}
```

### Activate the bundle

[](#activate-the-bundle)

Activate the bundle in `ezpublish\EzPublishKernel.php` file.

```
use OpenContent\OpenMagazineBundle\OpenContentOpenMagazineBundle;

...

public function registerBundles()
{
   $bundles = array(
       new FrameworkBundle(),
       ...
       new OpenContentOpenMagazineBundle(),
   );

   ...
}
```

Clear eZ Publish 5 caches.

```
php ezpublish/console cache:clear
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/4bb0695337c30a80b955ef72819273442a7dcbcfd69f99b80a28084d170bba0a?d=identicon)[Opencontent](/maintainers/Opencontent)

---

Top Contributors

[![Opencontent](https://avatars.githubusercontent.com/u/972033?v=4)](https://github.com/Opencontent "Opencontent (3 commits)")

### Embed Badge

![Health badge](/badges/opencontent-openmagazinebundle/health.svg)

```
[![Health](https://phpackages.com/badges/opencontent-openmagazinebundle/health.svg)](https://phpackages.com/packages/opencontent-openmagazinebundle)
```

PHPackages © 2026

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