cvele/multitenant-bundle
Composer 安装命令:
composer require cvele/multitenant-bundle
包简介
Symfony MultiTenantBundle
关键字:
README 文档
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).
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.
Reporting an issue or a feature request
Issues and feature requests are tracked in the Github issue tracker.
统计信息
- 总下载量: 72
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-02-15