Download the PHP package univeros/idempotency without Composer
On this page you can find all versions of the php package univeros/idempotency. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download univeros/idempotency
More information about univeros/idempotency
Files in univeros/idempotency
Package idempotency
Short Description Stripe-style Idempotency-Key primitive for Univeros: storage contract, adapters, and (in companion packages) PSR-15 middleware + spec block.
License MIT
Homepage https://univeros.io
Informations about the package idempotency
univeros/idempotency
Stripe-style Idempotency-Key primitive for Univeros: storage contract, adapters (InMemory / APCu / Redis), PSR-15 middleware, spec block, and an x-altair-idempotency OpenAPI 3.1 extension that round-trips the policy.
Add the block to a spec → bin/altair spec:scaffold → the generated Action carries the policy → the host's IdempotencyKeyMiddleware reads it and enforces it per request.
See docs/packages/idempotency.md for the full reference: behaviour matrix, storage adapter trade-offs, round-trip semantics, host wiring.
Composer
PHP 8.3+; depends only on PSR HTTP interfaces plus univeros/configuration + univeros/container. Adapter-specific extensions (ext-apcu, ext-redis) are declared as suggest rather than require.
All versions of idempotency with dependencies
psr/http-factory Version ^1.1
psr/http-message Version ^1.1 || ^2.0
psr/http-server-handler Version ^1.0
psr/http-server-middleware Version ^1.0
univeros/configuration Version ^2.0
univeros/container Version ^2.0