builtwithsam / sync-package
A Laravel package to sync local data to cloud databases.
v1.0.0
2025-05-08 11:09 UTC
Requires
- php: ^8.1
- illuminate/support: ^10.0
README
๐ฆ Use Cases
This package is ideal for:
- ๐ Database Synchronization: Sync data from local development DB to a cloud production DB.
- โ๏ธ Cloud Backup Automation: Automatically mirror local changes to a remote cloud server.
- ๐ Staging to Production Promotion: Migrate cleaned/staged data to production environment.
- ๐งช Offline to Online Mode: Use local data offline and push changes once back online.
๐ ๏ธ Requirements
- Laravel 9 or 10
- PHP 8.1+
- Network access to the destination DB (unless using a queue or offline dump)