PHPackages                             funkymed/tenant-aware-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. funkymed/tenant-aware-bundle

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

funkymed/tenant-aware-bundle
============================

A Symfony bundle for multi-tenant applications

v0.1(1y ago)25254[2 issues](https://github.com/funkymed/tenant-aware-bundle/issues)MITPHPPHP ^8.0

Since Jun 3Pushed 1y ago5 watchersCompare

[ Source](https://github.com/funkymed/tenant-aware-bundle)[ Packagist](https://packagist.org/packages/funkymed/tenant-aware-bundle)[ Docs](https://github.com/funkymed/tenant-aware-bundle)[ RSS](/packages/funkymed-tenant-aware-bundle/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

Tenant-aware-bundle
===================

[](#tenant-aware-bundle)

Tenant Aware Bundle will help you to manage multiple configuration of your app.

The configuration come from database.

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

[](#installation)

```
composer require funkymed/tenant-aware-bundle
```

create your a configuration `config/packages/tenant_aware.yaml`

```
tenant_aware:
    processors:
        - Funkymed\TenantAwareBundle\DependencyInjection\Compiler\Processor\DummyProcessor
        - Funkymed\TenantAwareBundle\DependencyInjection\Compiler\Processor\DatabaseProcessor
```

Modify you Kernel.php like this to use a cache by tenant

```
