web-token / jwt-library
JWT 库
4.0.1
2024-07-09 16:28 UTC
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
此存储库是 JWT 框架 项目的子存储库,并且是只读的。
请在此处不要提交任何 Pull Request。 您应该去 主存储库。
文档
官方文档可在 https://web-token.spomky-labs.com/ 查找
许可证
此软件在 MIT 许可证 下发布。