PHPackages                             tahoelimited/multi-tenancy-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. tahoelimited/multi-tenancy-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

tahoelimited/multi-tenancy-bundle
=================================

A multi tenancy bundle for symfony 2 apps

251.6k11[21 issues](https://github.com/tahoelimited/multi-tenancy-bundle/issues)PHP

Since Oct 12Pushed 9y ago4 watchersCompare

[ Source](https://github.com/tahoelimited/multi-tenancy-bundle)[ Packagist](https://packagist.org/packages/tahoelimited/multi-tenancy-bundle)[ RSS](/packages/tahoelimited-multi-tenancy-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

MultiTenancyBundle
==================

[](#multitenancybundle)

[![SensioLabsInsight](https://camo.githubusercontent.com/bb0d1b2148e85162f2b273c61ecff7d3951c3d3eaf09e071d7b2a8116030da7c/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f61356535363063352d653566352d343661302d616535622d3866343633653737346630312f736d616c6c2e706e67)](https://insight.sensiolabs.com/projects/a5e560c5-e5f5-46a0-ae5b-8f463e774f01)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/786916f5ebe3ad05d0ff3288a2555b9201c9e137796edf87a6cba93834862528/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7461686f656c696d697465642f6d756c74692d74656e616e63792d62756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/tahoelimited/multi-tenancy-bundle/?branch=master)

[![Code Coverage](https://camo.githubusercontent.com/0e82efe8428fd7c1d2e92654fc466bf316e8eb5d36e430f26b6c5b62666491c3/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7461686f656c696d697465642f6d756c74692d74656e616e63792d62756e646c652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/tahoelimited/multi-tenancy-bundle/?branch=master)

[![Build Status](https://camo.githubusercontent.com/21d352863b138b7e6dfffe1c4f3da07e8a158fe9766b6a7b1ac60b891461bad6/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7461686f656c696d697465642f6d756c74692d74656e616e63792d62756e646c652f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/tahoelimited/multi-tenancy-bundle/build-status/master)

### NOTE: This project is not maintained any more, and it's not compatible with Symfony 3.

[](#note-this-project-is-not-maintained-any-more-and-its-not-compatible-with-symfony-3)

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

[](#installation)

### Download MultiTenancyBundle using composer

[](#download-multitenancybundle-using-composer)

Add MultiTenancy by running the command:

```
$ php composer.phar require "tahoelimited/multi-tenancy-bundle": "dev-master"
```

Composer will install the bundle to your project's `vendor/tahoelimited` directory.

### Enable the bundle

[](#enable-the-bundle)

Enable the bundle in the kernel:

```
