tether/core

Core primitives for the Tether offline-first sync system.

Maintainers

Package info

github.com/lrakauskas/tether-core

pkg:composer/tether/core

Statistics

Installs: 36

Dependents: 2

Suggesters: 0

Stars: 0

Open Issues: 0

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

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.