我想在 Yii 2 应用程序中实现社交登录。
我检查了以下回购
但是当我在 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 dev-master@dev -> 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.
我研究了替代库,但没有运气。我可以使用 facebook 让用户登录的任何其他 yii2 扩展?