Libraries tagged by rfc9497
noxlogic/oprf
29 Downloads
Oblivious Pseudorandom Function (OPRF) library for PHP, based on RFC 9497
web-auth/cose-lib
21821113 Downloads
CBOR Object Signing and Encryption (COSE) For PHP
chamber-orchestra/form-bundle
4646 Downloads
Symfony 8 bundle for JSON-first API form handling with controller traits, data transformers, Doctrine validation, and RFC 9457 problem details error responses
timezhero/laravel-rfc9457
1 Downloads
RFC 9457 Problem Details for Laravel exceptions
httpidempotency/laravel
1 Downloads
Laravel middleware implementing the IETF Idempotency-Key HTTP header draft.
httpidempotency/core
2 Downloads
Framework-agnostic implementation of the IETF Idempotency-Key HTTP header draft (PSR-7/PSR-15).
lockally/sdk
7 Downloads
The lockally control plane lets integrators and direct customers manage everything except actual mail data flow (which uses standard JMAP / IMAP / SMTP-submission against the data plane endpoints). **Authentication.** All `/v1/_*` endpoints require a Bearer API key in the `Authorization` header. Keys are formatted `lk_live__`. Generate the first key for a tenant via `cmd/seed`; subsequent keys via `POST /v1/api-keys`. **Errors.** Failures return [RFC 9457](https://www.rfc-editor.org/rfc/rfc9457) `application/problem+json` documents. **Scopes.** Each endpoint requires a specific scope on the presented key. Insufficient scope returns `403` with the required scope name in `detail`.