tether / server
Laravel server integration layer for the Tether offline-first sync system.
v1.0.0
2026-06-02 19:48 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
README
Tether Server is the Laravel server 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 the application that receives client changes and provides the shared source of truth for synced data.
Documentation
Full documentation is available at laravel-tether.com.
Other Tether packages
- Tether Client: The client-side package for recording local changes and syncing them back to the server.