tether / core
Core primitives for the Tether offline-first sync system.
v1.0.0
2026-06-02 19:47 UTC
Requires
- php: ^8.3
- laravel/framework: ^12.0|^13.0
Requires (Dev)
- 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:35:47 UTC
README
Tether Core is the shared foundation for the Tether package 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 provides the common language used by the client and server packages.
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.
- Tether Server: The server-side package for handling sync requests and resolving conflicts.