thomasvargiu / jwt-module
JWT 框架模块
1.0.0
2019-07-05 23:30 UTC
Requires
- php: ^7.2
- ext-json: *
- web-token/jwt-core: ^2.0
- zendframework/zend-servicemanager: ^3.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.15
- guzzlehttp/psr7: ^1.4
- jangregor/phpstan-prophecy: ^0.4.1
- php-http/httplug: ^2.0
- php-http/mock-client: ^1.3
- phpstan/extension-installer: ^1.0
- phpstan/phpstan: ^0.11.8
- phpstan/phpstan-phpunit: ^0.11.2
- phpunit/phpunit: ^8.2
- psr/http-client: ^1.0
- psr/http-message: ^1.0.1
- psr/http-server-middleware: ^1.0.1
- web-token/jwt-checker: ^2.0
- web-token/jwt-encryption: ^2.0
- web-token/jwt-encryption-algorithm-aescbc: ^2.0
- web-token/jwt-encryption-algorithm-aesgcm: ^2.0
- web-token/jwt-encryption-algorithm-aesgcmkw: ^2.0
- web-token/jwt-encryption-algorithm-aeskw: ^2.0
- web-token/jwt-encryption-algorithm-dir: ^2.0
- web-token/jwt-encryption-algorithm-ecdh-es: ^2.0
- web-token/jwt-encryption-algorithm-experimental: ^2.0
- web-token/jwt-encryption-algorithm-pbes2: ^2.0
- web-token/jwt-encryption-algorithm-rsa: ^2.0
- web-token/jwt-key-mgmt: ^2.0
- web-token/jwt-nested-token: ^2.0
- web-token/jwt-signature: ^2.0
- web-token/jwt-signature-algorithm-ecdsa: ^2.0
- web-token/jwt-signature-algorithm-eddsa: ^2.0
- web-token/jwt-signature-algorithm-experimental: ^2.0
- web-token/jwt-signature-algorithm-hmac: ^2.0
- web-token/jwt-signature-algorithm-none: ^2.0
- web-token/jwt-signature-algorithm-rsa: ^2.0
- zendframework/zend-diactoros: ^2.1
Suggests
- web-token/jwt-checker: Add header and claim checker managers as Symfony services.
- web-token/jwt-encryption: Add Encrypted tokens (JWE) support and useful Symfony services.
- web-token/jwt-key-mgmt: Add Keys (JWK) and Key sets (JWKSet) management tools.
- web-token/jwt-signature: Add signed tokens (JWS) support and useful Symfony services.
This package is auto-updated.
Last update: 2024-09-06 11:20:56 UTC
README
使用 zendframework/zend-servicemanager
容器与 JWT 框架一起使用的 Zend 模块/组件。
灵感来源于官方 JWT 框架包。
https://web-token.spomky-labs.com
文档
文档可在此处查看:这里。
官方 JWT 框架文档可在此处查看:这里。