atoms/client

Framework-agnostic monolith-side SDK for Atoms: RPC stub proxies, callback kernel, manifest loader.

Maintainers

Statistics

Installs: 2

Dependents: 2

Suggesters: 0

Stars: 0

0.1.1 2026-08-15 14:13 UTC

This package is auto-updated.

Last update: 2026-08-15 15:21:54 UTC


README

The framework-independent, monolith-side client for Atoms. It provides typed Atom proxies, the signed callback kernel, manifest loading, retries, and the shared host-adapter contracts used by the Laravel and Symfony integrations.

composer require atoms/client:^0.1

Applications normally install a framework adapter. Use this package directly when integrating another framework or a plain PHP application; the normative adapter contract and examples are in the Atoms documentation.

Development and support

This package is developed in the Atoms monorepo. Its standalone repository is a read-only distribution mirror; report issues and send pull requests to the monorepo. Licensed under the MIT License.