cvele/multitenant-bundle

Symfony MultiTenantBundle

v0.1-alpha 2016-02-19 11:18 UTC

This package is not auto-updated.

Last update: 2024-04-27 17:03:37 UTC


README

When building SaaS applications more often then not you are going to need multi tenant solution for your users. This bundle aims to provide simple solution for multitenancy.

Bundle takes care only of multitenancy ignoring all other aspects of account system your app might need (for that take a look at FOSUserBundle or something similar).

SensioLabsInsight Build Status Latest Stable Version Total Downloads License

Prerequisites

This version of the bundle requires Symfony 2.4+ and PHP 5.4+.

Features

  • User can own and/or belong to multiple tenants
  • Automatic SQL filtering of tenants on supported entities
  • Entity listener inserts current tenant on supported entities
  • Tenants can be switched on the fly, with URL parameter or via helper method
  • Traits for entities that need to belong to tenants

TODO List

  • Create full PHPUnit test coverage
  • Make more sense in configuration variables
  • Write documentation

Note Bundle currently supports only Doctrine ORM for storage.

Documentation

The source of the documentation is stored in the Resources/doc/ folder in this bundle.

Read Documentation for master

Reporting an issue or a feature request

Issues and feature requests are tracked in the Github issue tracker.