tether/client

Laravel client integration layer for the Tether offline-first sync system.

Maintainers

Package info

github.com/lrakauskas/tether-client

pkg:composer/tether/client

Statistics

Installs: 19

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2026-06-02 19:50 UTC

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.