hail / jwt
JWT builder/parser
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/hail/jwt
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.