railgun / jwt
A JWT library.
v1.0.1
2026-09-12 22:37 UTC
Requires
- php: >=7.2
- paragonie/constant_time_encoding: ^2|^3
- psr/http-client: ^1.0
- psr/http-factory: ^1.1
- psr/http-message: ^2.0
- symfony/polyfill-php73: ^1.37
- symfony/polyfill-php80: ^1.37
- symfony/polyfill-php81: ^1.38
- symfony/polyfill-php84: ^1.38
Requires (Dev)
- phpstan/phpstan: ^1.12
- phpunit/phpunit: ^8.5
Suggests
- railgun/jwt-seclib3: phpseclib3 implementations of Jwk and JwkSetLoader.
- railgun/jwt-seclib4: phpseclib4 implementations of Jwk and JwkSetLoader.
Provides
None
Conflicts
None
Replaces
None
README
This is a JWT library that exists because I ran into issues with the more commonly used Firebase JWT library. It is very, very loosely based on it in but you'll probably not run into many familiar things.
I'll write a better readme Someday...