auth0 / php-jwt
3.3.4
2021-01-04 20:39 UTC
Requires
- php: ^5.6 || ^7.0 || ^8.0
- ext-mbstring: *
- ext-openssl: *
Requires (Dev)
- mikey179/vfsstream: ~1.5
- phpmd/phpmd: ~2.2
- phpunit/php-invoker: ~1.1
- phpunit/phpunit: ^5.7 || ^7.3
- squizlabs/php_codesniffer: ~2.3
This package is not auto-updated.
Last update: 2022-12-20 17:35:36 UTC
README
⚠️ 稳定版本的文档在分支 3.3 上。 ⚠️
JWT
一个简单的库,用于处理基于 RFC 7519 的 JSON Web Token 和 JSON Web Signature。
安装
软件包可在 Packagist 上找到,您可以使用 Composer 安装它。
composer require lcobucci/jwt
依赖
- PHP 5.6+ (v3.3) 和 PHP 7.4 (v4.x)
- OpenSSL 扩展
基本用法
不稳定版本的文档可在 https://lcobucci-jwt.readthedocs.io/en/latest/ 找到。
稳定版本的文档在分支 3.3 上。
由 Auth0 支持 
如果您想将基于安全的令牌身份验证添加到您的 PHP 项目中,请随时查看 Auth0 的 PHP SDK 和免费计划,链接为 auth0.com/developers。