我想要實現Yii中2應用社會登錄。Yii2 Facebook和谷歌登錄
我查了follwoing repo
但是當我需要它在我的composer.json文件時,它拋出我下面的錯誤
Problem 1
- Installation request for nodge/yii2-eauth dev-master -> satisfiable by nodge/yii2-eauth[dev-master].
- nodge/yii2-eauth dev-master requires yiisoft/yii2 [email protected] -> no matching package found.
Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting
see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.
我研究有關替代庫,但沒有運氣。任何其他的yii2擴展,我可以使用facebook進行用戶登錄?
查看Yii 2的AuthClient擴展:http://www.yiiframework.com/doc-2.0/ext-authclient-index.html – davey
https://github.com/dektrium/yii2-user – Kshitiz