PHPackages                             m4nu/multi-domain-bundle - 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. [Framework](/categories/framework)
4. /
5. m4nu/multi-domain-bundle

ActiveLibrary[Framework](/categories/framework)

m4nu/multi-domain-bundle
========================

Adds multi-domain capabilities to Symfony Cmf RoutingBundle

1.2.0(3y ago)717.4k3[2 issues](https://github.com/M4nu/MultiDomainBundle/issues)MITPHPPHP &gt;=5.3.3

Since Aug 28Pushed 3y ago2 watchersCompare

[ Source](https://github.com/M4nu/MultiDomainBundle)[ Packagist](https://packagist.org/packages/m4nu/multi-domain-bundle)[ RSS](/packages/m4nu-multi-domain-bundle/feed)WikiDiscussions master Synced 3w ago

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

M4nu MultiDomainBundle
======================

[](#m4nu-multidomainbundle)

[![Build Status](https://camo.githubusercontent.com/97c4ca8d75d8c05bd9e5fafd2387e3befcce95dc2dd479eb35399f0b4e228a05/68747470733a2f2f7472617669732d63692e6f72672f4d346e752f4d756c7469446f6d61696e42756e646c652e737667)](https://travis-ci.org/M4nu/MultiDomainBundle)

This bundle is licensed under the [MIT License](LICENSE).

The MultiDomainBundle provides multi-domain capabilities to Symfony Cmf [RoutingBundle](https://github.com/symfony-cmf/RoutingBundle).

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

[](#requirements)

- Symfony ~2.3
- SymfonyCmfRoutingBundle ~1.2
- See also the `require` section of [composer.json](composer.json)

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

[](#installation)

### Get the bundle

[](#get-the-bundle)

Add the following lines in your composer.json:

```
{
    "require": {
        // ...
        "m4nu/multi-domain-bundle": "dev-master",
    }
}

```

### Initialize the bundle

[](#initialize-the-bundle)

To start using the bundle, register the bundle in your application's kernel class:

```
// app/AppKernel.php
public function registerBundles()
{
    $bundles = array(
        // ...
        new M4nu\MultiDomainBundle\M4nuMultiDomainBundle(),
    );
)
```

### Configuration

[](#configuration)

```
# app/config/config.yml
m4nu_multi_domain:
    domains:
        en: www.example.org
        fr: fr.example.org
    persistence:
        phpcr:
            enabled: true
```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance14

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 96.6% 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 ~1391 days

Total

3

Last Release

1374d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/27b8e20d348e38edf144873d093b29efb56507edb2d36fa67e04ce6c9ceb896c?d=identicon)[EmmanuelVella](/maintainers/EmmanuelVella)

---

Top Contributors

[![EmmanuelVella](https://avatars.githubusercontent.com/u/663607?v=4)](https://github.com/EmmanuelVella "EmmanuelVella (28 commits)")[![lsmith77](https://avatars.githubusercontent.com/u/300279?v=4)](https://github.com/lsmith77 "lsmith77 (1 commits)")

### Embed Badge

![Health badge](/badges/m4nu-multi-domain-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/m4nu-multi-domain-bundle/health.svg)](https://phpackages.com/packages/m4nu-multi-domain-bundle)
```

###  Alternatives

[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M508](/packages/pimcore-pimcore)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M203](/packages/sulu-sulu)[contao/core-bundle

Contao Open Source CMS

1231.6M2.8k](/packages/contao-core-bundle)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)[chameleon-system/chameleon-base

The Chameleon System core.

1028.6k5](/packages/chameleon-system-chameleon-base)[shopware/storefront

Storefront for Shopware

684.6M236](/packages/shopware-storefront)

PHPackages © 2026

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