web-token / jwt-library
JWT library
Installs: 1 905 544
Dependents: 37
Suggesters: 3
Security: 0
Stars: 5
Watchers: 2
Forks: 5
Open Issues: 1
Requires
- php: >=8.2
- ext-json: *
- brick/math: ^0.12
- psr/clock: ^1.0
- spomky-labs/pki-framework: ^1.2.1
Suggests
- ext-bcmath: GMP or BCMath is highly recommended to improve the library performance
- ext-gmp: GMP or BCMath is highly recommended to improve the library performance
- ext-openssl: For key management (creation, optimization, etc.) and some algorithms (AES, RSA, ECDSA, etc.)
- ext-sodium: Sodium is required for OKP key creation, EdDSA signature algorithm and ECDH-ES key encryption with OKP keys
- paragonie/sodium_compat: Sodium is required for OKP key creation, EdDSA signature algorithm and ECDH-ES key encryption with OKP keys
- spomky-labs/aes-key-wrap: For all Key Wrapping algorithms (AxxxKW, AxxxGCMKW, PBES2-HSxxx+AyyyKW...)
- symfony/console: Needed to use console commands
- symfony/http-client: To enable JKU/X5U support.
Conflicts
README
This repository is a sub repository of the JWT Framework project and is READ ONLY.
Please do not submit any Pull Request here. You should go to the main repository instead.
Documentation
The official documentation is available as https://web-token.spomky-labs.com/
Licence
This software is release under MIT licence.