Download the PHP package umbrellio/php-table-sync without Composer
On this page you can find all versions of the php package umbrellio/php-table-sync. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package php-table-sync
PHP TableSync
PHP's implementation of the library providing data synchronization between microservices
Installation
Usage
Let's describe the model that needs to be synchronized using an example User.php
When the model changes, the data will be sent according to the rules of TableSyncObserver
, to get the data you need to run the command table_sync:work
Logging
Logging based on the Monolog package and contains some extensions for it.
-
specify the logging channel in
config/table_sync.php
- and describe this channel in
config/logging.php
You can use the built-in LineTableSyncFormatter::class
with the available parameters: %datetime%
%message%
%direction%
%model%
%event%
%routing%
%attributes%
%exception%
Driver influxdb
is an additional option and is not required to add in config
Authors
Created by Korben Dallas.
All versions of php-table-sync with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
ext-json Version *
ext-posix Version *
php-amqplib/php-amqplib Version ^3.0
laravel/framework Version ^10.0
thecodingmachine/safe Version ^2.0
umbrellio/laravel-heavy-jobs Version ^3.0
monolog/monolog Version ^3.0
influxdb/influxdb-php Version ^1.15
ext-json Version *
ext-posix Version *
php-amqplib/php-amqplib Version ^3.0
laravel/framework Version ^10.0
thecodingmachine/safe Version ^2.0
umbrellio/laravel-heavy-jobs Version ^3.0
monolog/monolog Version ^3.0
influxdb/influxdb-php Version ^1.15
The package umbrellio/php-table-sync contains the following files
Loading the files please wait ....