2017 © Pedro Peláez
 

symfony-bundle multitenant-bundle

Symfony MultiTenantBundle

image

cvele/multitenant-bundle

Symfony MultiTenantBundle

  • Saturday, February 27, 2016
  • by cvele
  • Repository
  • 3 Watchers
  • 6 Stars
  • 57 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 2 Versions
  • 2 % Grown

The README.md

MultiTenantBundle

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., (*1)

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)., (*2)

SensioLabsInsight Build Status Latest Stable Version Total Downloads License, (*3)

Prerequisites

This version of the bundle requires Symfony 2.4+ and PHP 5.4+., (*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., (*5)

Documentation

The source of the documentation is stored in the Resources/doc/ folder in this bundle., (*6)

Read Documentation for master, (*7)

Reporting an issue or a feature request

Issues and feature requests are tracked in the Github issue tracker., (*8)

The Versions

27/02 2016

dev-master

9999999-dev http://github.com/cvele/MultiTenantBundle

Symfony MultiTenantBundle

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Vladimir Cvetic

user multitenancy

19/02 2016

v0.1-alpha

0.1.0.0-alpha http://github.com/cvele/MultiTenantBundle

Symfony MultiTenantBundle

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Vladimir Cvetic

user multitenancy