PHPackages                             vivait/tenant-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. vivait/tenant-bundle

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

vivait/tenant-bundle
====================

Tenant Bundle

0.6.3(4y ago)828.8k5MITPHPPHP &gt;=5.3.2

Since Oct 15Pushed 4y ago2 watchersCompare

[ Source](https://github.com/vivait/TenantBundle)[ Packagist](https://packagist.org/packages/vivait/tenant-bundle)[ RSS](/packages/vivait-tenant-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (5)Versions (24)Used By (0)

TenantBundle [![Scrutinizer Code Quality](https://camo.githubusercontent.com/2ab195ff08d569bf107ec4925bc119e91f67f9e7f95c7ecd1be74e4098f7b6ef/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7669766169742f54656e616e7442756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/vivait/TenantBundle/?branch=master) [![Build Status](https://camo.githubusercontent.com/db24655194c341c796c550f5f1917557e6f16170bfcdeb307265e24e36f6f070/68747470733a2f2f7472617669732d63692e6f72672f7669766169742f54656e616e7442756e646c652e737667)](https://travis-ci.org/vivait/TenantBundle)
==================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#tenantbundle--)

Allows separate Symfony environments per tenant

Installation
============

[](#installation)

Step 1: Download the Bundle
---------------------------

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require vivait/tenant-bundle
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Step 2: Enable the Bundle
-------------------------

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding the following line in the `app/AppKernel.php`file of your project:

```
