JWT PHP library abstraction layer

Maintainers

Package info

github.com/KampfCaspar/jwt

Homepage

pkg:composer/kampfcaspar/jwt

Statistics

Installs: 13

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

v0.4.1 2023-12-09 20:45 UTC

This package is auto-updated.

Last update: 2026-03-10 01:35:27 UTC


README

I often have the need to let a program just call an object to encode/decode a payload, without fussing about keys, algorithms etc.

The 'coder' object can be prepared and then given to a consumer that only has to call decode/encode.

This mini interface provides that functionality and can be used for JWS, JWE and Nested Webtoken.

It need an implementation, e.g. for web-token/jwt.