Libraries tagged by synchronization
kl/php-redis-lock
935 Downloads
RedisLock for PHP is a synchronization mechanism for enforcing limits on access to a resource in an environment where there are many threads of execution. A lock is designed to enforce a mutual exclusion concurrency control policy.
jpolvora/locker
4 Downloads
PHP synchronization file locking based
janyksteenbeek/laravel-moneybird-sync
33 Downloads
One-way synchronization of customer fields towards Moneybird
jamielsharief/file-sync
4 Downloads
A HTTP based file synchronization library that uses public key authentication
helbrary/db-synchronizer
32 Downloads
Library for synchronization local database from remote database
forumez/supabase-auth
0 Downloads
Enhanced Supabase authentication integration for Flarum with social login, 2FA and profile synchronization
filoucrackeur/hubic
34 Downloads
Cloud system synchronization with hubiC.com
eunusctg/supabase-auth
3 Downloads
Enhanced Supabase authentication integration for Flarum with social login, 2FA and profile synchronization
ess/m2e-pro
2436 Downloads
eBay/Amazon/Rakuten/PLAY.COM Magento Integration - Order Importing and Stock Level Synchronization
erpmesh/phplib-connect
12 Downloads
PHP Library that integrated with ERPMesh for the synchronization between other ERP software to php base ERP software
epaphrodites/packages
27 Downloads
The Epaphrodites Package Manager is a powerful configuration management tool designed to handle dynamic updates for your Epaphrodites projects. It provides seamless component installation, updates, and synchronization with automatic backup functionality to ensure your project remains stable during updates.
digecon/profile_sync
6 Downloads
Universal profile synchronization tool
dibakar/db-sync
1 Downloads
A Laravel package for database synchronization with support for migrations and SQL imports
craymend/rentals-united-caching
14 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.