e96 / yii-e96auth
Internal OAauth plugin for yii framework
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-10-26 18:49:23 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"
}
]
}