A simple library to encode and decode JSON Web Tokens (JWT) in PHP, conforming to the current spec.
composer require firebase/php-jwtNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Encode and decode a JWT using HMAC-SHA256.
Use new \Firebase\JWT\Key($key, $algorithm) instead of passing key as string.
No dependency data recorded yet.