Download the PHP package shen2/zen-oauth2 without Composer
On this page you can find all versions of the php package shen2/zen-oauth2. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package zen-oauth2
ZenOAuth2
通过一个统一风格的OAuth2访问库,统一各大社交网站接口。
安装方法
ZenOAuth2需要php5.3+,唯一的依赖是curl extension。
ZenOAuth2遵循PSR-4规范。只需在composer.json中添加依赖:
然后
OAuth2类和授权流程
OAuht2类是包含了生成授权地址,获取token的方法。
-
跳转到社交网站的授权页
- 获取access_token
Client类和API访问方法
- 首先用之前获得的access_token实例化一个Client对象
- 然后就可以通过调用RESTful的方法,访问各种数据接口,如get()、post()、delete()
目前支持的社交网站
- 微博
- 腾讯微博
- 人人
- 百度
- 搜狐
- 豆瓣
- 开心
- Github
All versions of zen-oauth2 with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package shen2/zen-oauth2 contains the following files
Loading the files please wait ....