samanthajayasinghe/oauth2-client

OAuth2 客户端支持 Google、Facebook 和 LinkedIn

dev-master 2015-08-01 05:35 UTC

This package is not auto-updated.

Last update: 2024-09-18 09:33:36 UTC


README

#PHP OAuth2 客户端库

此库支持以下 OAuth2 客户端提供者

  1. Google
  2. Facebook - (开发中)
  3. LinkedIn - (开发中)

安装

将库添加到您的 composer.json 文件中

"require": {
    "samanthajayasinghe/oauth2-client": "dev"
}