Download the PHP package kumwe/integration without Composer
On this page you can find all versions of the php package kumwe/integration. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kumwe/integration
More information about kumwe/integration
Files in kumwe/integration
Package integration
Short Description Portable integration contracts and behavior extracted from Kumwe.
License Apache-2.0
Informations about the package integration
Kumwe Integration
Versioned event envelopes and schemas, validated consumer and webhook declarations, atomic catalog replacement, immutable process state and work, and neutral inbox, outbox and process-store ports.
Installation
Requires PHP ^8.5, ext-mbstring and the dependencies in composer.json.
Pre-1.0 Kumwe dependencies and consumer installations use independently verified exact version pins.
Run the standalone example with composer examples. An installed consumer can run
php vendor/kumwe/integration/examples/consumer.php vendor/autoload.php from its root, or include the
example after loading its own Composer autoloader.
Contract with Kumwe Core
Integration owns event and consumer declarations, bounded payload validation, deterministic catalogs, process transitions and neutral persistence ports. Core owns transactions, transport delivery, dispatch, webhook signing and egress policy, authorization, extension activation and retention enforcement.
JSON-dependent constructors and factories require Kumwe\CanonicalJson\CanonicalEncoder explicitly.
Core supplies that encoder. Declaration inputs reject floats, objects, resources, depth over 32 and
collections over 512 before invoking it. Payload and event-envelope profiles keep their own documented
bounds; see architecture.
The optional ConfigProvider and explicit container factory support Laminas/Mezzio composition.
Core supplies admitted declarations and the encoder, controls generation transitions, and synchronizes
shared mutable catalogs when its runtime permits concurrent execution. The factory discovers no
extensions and registers no storage, transport or authorization implementation.
API and development
See charter and release contract record. The record preserves source provenance, symbol mappings, manifest digests and consumer verification requirements.
The full gate verifies schemas and rejection cases, PHP source and API drift, static analysis, style,
behavior, test ownership, examples, security and release automation. composer clean-consumer builds
and installs the actual ZIP into a fresh Composer consumer, then tests installed classes and examples
through its authoritative autoloader. Node.js and schema dependencies are development tooling only.
Releases and license
Live badges identify the published package and actual default-branch CI status. Publication and passing package tests do not establish Core adoption or independent release verification. Release policy defines immutable artifact identity, exact pins and consumer evidence.
Licensed under Apache-2.0.
All versions of integration with dependencies
kumwe/canonical-json Version 0.1.1
kumwe/contribution Version 0.1.1
kumwe/access-context Version 0.1.2
kumwe/automation Version 0.2.2
ramsey/uuid Version ^4.7
ext-mbstring Version *
psr/container Version ^2.0