Tether Client is the client-side package in the Tether family.
Tether helps Laravel and PHP applications build offline-first experiences where local clients can keep working without a network connection and later reconcile their changes with a Laravel server.
This package is for applications that need to record local changes and sync them back when the client is ready.
Full documentation is available at laravel-tether.com.
- Tether Server: The server-side package for handling sync requests and resolving conflicts.