Download the PHP package dazza-dev/multi-tenant-sync without Composer

On this page you can find all versions of the php package dazza-dev/multi-tenant-sync. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package multi-tenant-sync

Multi-Tenant Sync

Multi-Tenant Sync is a system designed to efficiently execute queries or functions in Software as a Service (SAAS) applications that employ the separate database per tenant method. This system is built using Laravel 11 on the backend and Vue.js 3 on the frontend, and requires at least PHP 8.3 for optimal operation.

Installation

To install Multi-Tenant Sync, follow these steps:

  1. Clone this repository:

  2. Navigate to the project directory:

  3. Install PHP dependencies with Composer and Sail:

  4. Run the database migrations:

  5. Start the job queue service:

Usage

The usage of Multi-Tenant Sync is divided into the following steps:

  1. Create a New Project: Create a new project by clicking the "New Project" button. Fill in the connection details to the main project database.

  2. Add Query: Once the project is created, add the query that will be used in the main database to retrieve the list of tenants with the connection data of each tenant's database.

  3. Execute Job: Enter the project you created and execute a job by clicking the "Execute Job" button. This will start the execution of the query on each tenant's database and synchronize the results.

Requirements

Make sure you have the following installed before starting:

Contributions

Contributions are welcome. If you find any bugs or have ideas for improvements, please open an issue or send a pull request. Make sure to follow the contribution guidelines.

Author

Multi-Tenant Sync was created by DAZZA.

License

This project is licensed under the MIT License.


All versions of multi-tenant-sync with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
greenlion/php-sql-parser Version ^4.6
guzzlehttp/guzzle Version ^7.2
laravel/framework Version ^11.0
laravel/helpers Version ^1.7
laravel/horizon Version ^5.24
laravel/sanctum Version ^4.0
laravel/tinker Version ^2.9
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package dazza-dev/multi-tenant-sync contains the following files

Loading the files please wait ....