tether / client
Laravel client integration layer for the Tether offline-first sync system.
v1.0.0
2026-06-02 19:50 UTC
Requires
- php: ^8.3
- laravel/framework: ^12.0|^13.0
- tether/core: ^0
Requires (Dev)
- larastan/larastan: ^3.9
- orchestra/testbench: ^10.0
- pestphp/pest: ^4.0
- pestphp/pest-plugin-laravel: ^4.0
- symplify/easy-coding-standard: ^13.1
This package is auto-updated.
Last update: 2026-06-03 08:36:15 UTC
README
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.
Documentation
Full documentation is available at laravel-tether.com.
Other Tether packages
- Tether Server: The server-side package for handling sync requests and resolving conflicts.