e96 / yii-e96auth
yii框架的内部OAauth插件
1.1.1
2014-08-31 06:18 UTC
Requires
- php: >=5.4.0
- yiisoft/yii: ~1.1
This package is not auto-updated.
Last update: 2024-09-14 18:20:29 UTC
README
- 放入扩展
- 与https://github.com/Nodge/yii-eauth/一起使用
composer.json
{
"require" : {
"e96/yii-e96auth" : "~1.1"
},
"repositories" : [
{
"type" : "vcs",
"url" : "git@bitbucket.org:e96shop/yii-e96auth.git"
}
]
}