hail / jwt
JWT builder/parser
v0.8.0
2020-11-24 07:44 UTC
Requires
- php: >=7.1.3
- ext-json: *
- ext-mbstring: *
- ext-openssl: *
- hail/singleton: ^1.0.0
Suggests
- ext-gmp: Speed up calculations for RSA-PSS signature
- ext-sodium: Requried for EdDSA signature
README
- This project was inspired by web-token/jwt-framework and brick\math.
- It is highly recommended installing the GMP or BCMath extension to speed up calculations for PSS signing.
- GMP nearly 100x faster than BCMath
- BCMath nearly 500x faster than native
- Native just works, but should not be used in production.