Libraries tagged by data-synchronization
umbrellio/php-table-sync
41362 Downloads
PHP's implementation of the library providing data synchronization between microservices
unopim/shopify-connector
114 Downloads
A Shopify integration package for Unopim, enabling seamless product data synchronization between Unopim and Shopify.
nitsan/ns-personio
804 Downloads
The extension offers various customization options for job listing, detail, and application pages on the frontend. Additionally, a scheduler ensures data synchronization. Directly list, view, and apply to Personio vacancies through the TYPO3 Backend.
apptank/horusync
303 Downloads
Data synchronization between mobile devices and a Laravel application
jasekz/rentals-united-caching
55 Downloads
Rentals United (rentalsunited.com) data synchronization system for Laravel 5
boxalino/boxalino-client-sdk-php
4825 Downloads
The Boxalino Client SDK provides a simple and efficient usage of Boxalino Search & Recommendations services (based on the p13n Thrift client libraries as separately provided in respective git-hub repositories) and to Boxalino Data Intelligence especially for Data Synchronization (define the structure of your data, push and publish your data structure configuration, push data in dev/prod and full/delta to Boxalino).
abdelrhman-essa/syncable
14 Downloads
A Laravel package for syncing data between multiple Laravel projects
test-magenx/module-media-gallery-synchronization
0 Downloads
Magento module provides implementation of the media gallery data synchronization.
test-magenx/module-media-content-synchronization
0 Downloads
Magento module provides implementation of the media content data synchronization.
publicfun/datadepoapi
55 Downloads
Library providing connection and data synchronization with datadepo.cz service
magenxcommerce/module-media-gallery-synchronization
105 Downloads
Magento module provides implementation of the media gallery data synchronization.
magenxcommerce/module-media-content-synchronization
105 Downloads
Magento module provides implementation of the media content data synchronization.
kosuha606/single-direction-sync
24 Downloads
Single Direction Data Synchronization
craymend/rentals-united-caching
12 Downloads
Rentals United (rentalsunited.com) data synchronization system for Laravel
coco-project/sql-cache
23 Downloads
Based on the lexical analysis of "update," "select," "insert," and "delete" SQL statements, an automatic caching strategy is implemented. The strategy involves caching the data when executing a select operation and associating the table name contained in the SQL statement with the corresponding cached records. When executing update, insert, or delete operations, the table name from the SQL statement is extracted, and any cached records containing this table name from previous select operations are deleted. This strategy enables seamless caching without delay and eliminates the need to worry about data synchronization issues. It is particularly effective for tables with infrequent data modifications. For tables with frequent modifications, they can be ignored by configuring the strategy accordingly.