PHPackages                             appventus/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. appventus/multi-domain-bundle

AbandonedArchivedSymfony-bundle

appventus/multi-domain-bundle
=============================

Handle multiple dns site management

8172PHP

Since Jan 23Pushed 7y ago4 watchersCompare

[ Source](https://github.com/AppVentus/MultiDomainBundle)[ Packagist](https://packagist.org/packages/appventus/multi-domain-bundle)[ RSS](/packages/appventus-multi-domain-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

MultiDomainBundle
=================

[](#multidomainbundle)

This bundle provide multiple domain behavior for Symfony2 applications.

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

[](#installation)

add

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

in your composer.json or `composer require appventus/multi-domain-bundle`

register the bundle adding it to your bundles.php file

```
return [
	[...]
	AppVentus\MultiDomainBundle\AvMultiDomainBundle::class => ['all' => true],
];
```

and add the DomainTrait to all your domain managed entities:

```
/**
* Page
*
* @ORM\Table()
* @ORM\Entity
*/
class Page
{
    use \AppVentus\MultiDomainBundle\Traits\DomainTrait;

    [...]
}
```

Annnnnnd, it's done !

Your Page entity will now be available only if his domain is the same as the request domain.

Have fun !

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 62.5% 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/bfae4f0954a577921be2539b40a1f1958376f5c7364505e1e238e232ba8066d9?d=identicon)[paulandrieux](/maintainers/paulandrieux)

---

Top Contributors

[![paulandrieux](https://avatars.githubusercontent.com/u/1942078?v=4)](https://github.com/paulandrieux "paulandrieux (5 commits)")[![giorgioma](https://avatars.githubusercontent.com/u/7810053?v=4)](https://github.com/giorgioma "giorgioma (2 commits)")[![lenybernard](https://avatars.githubusercontent.com/u/618536?v=4)](https://github.com/lenybernard "lenybernard (1 commits)")

### Embed Badge

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

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

PHPackages © 2026

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