1 Star 11 Fork 0

欲饮琵琶码上催 / think-jwt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 737 Bytes
一键复制 编辑 原始数据 按行查看 历史
欲饮琵琶码上催 提交于 2023-07-21 15:14 . 支持tp8
{
"name": "ajiho/think-jwt",
"description": "lcobucci/jwt integration for thinkphp6",
"keywords": [
"thinkphp6",
"JWT",
"JWS"
],
"homepage": "https://gitee.com/ajiho/think-jwt",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"ajiho\\": "src/"
}
},
"authors": [
{
"name": "ajiho",
"email": "lujiahao@88.com",
"homepage": "https://gitee.com/ajiho",
"role": "Developer"
}
],
"minimum-stability": "stable",
"require": {
"php": "^7.4 || ^8.0",
"topthink/framework": "^6.0 || ^8.0",
"lcobucci/jwt": "~4.1.5",
"ext-json": "*"
},
"extra": {
"think": {
"config": {
"jwt": "src/config.php"
}
}
}
}
1
https://gitee.com/ajiho/think-jwt.git
git@gitee.com:ajiho/think-jwt.git
ajiho
think-jwt
think-jwt
2.x

搜索帮助