Download the PHP package tafhyseni/php-multi-tenancy without Composer
On this page you can find all versions of the php package tafhyseni/php-multi-tenancy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tafhyseni/php-multi-tenancy
More information about tafhyseni/php-multi-tenancy
Files in tafhyseni/php-multi-tenancy
Package php-multi-tenancy
Short Description Handling and managing Multi Tenancy objects
License MIT
Informations about the package php-multi-tenancy
Fast and simple dealing with Php Multi Tenancy
Simple PHP package to help you control, create and manage Tenancy architectural databases.
Currently this works only on MySQL, but other databases will be added shortly! Also, this does work only on same hostname databases, it will also soon extended to support different hostnames..
Want to contribute.. you're welcome :)
Installation
You can install the package via composer:
Initialization
Initialization is simple as long as you do not forget to pass configuration properly
Usage
Generating an entire tenancy schema with all tables and data
Generating an entire tenancy schema with only some tables and data
Generating an entire tenancy schema with only some tables, no data and specified tenancy name
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Mustafe Hyseni
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
PHP Package Boilerplate
This package was generated using the PHP Package Boilerplate.