netgalley/oauth1-goodreads
最新稳定版本:1.1.0
Composer 安装命令:
composer require netgalley/oauth1-goodreads
包简介
OAuth 1.0 Client Library for Goodreads
关键字:
README 文档
README
This package provides Goodreads OAuth 1.0 support for the PHP League's OAuth 1.0 Client.
Installation
To install, use Composer:
composer require netgalley/oauth1-goodreads
Usage
Usage is the same as The League's OAuth client, using NetGalley\OAuth1\Client\Server\Goodreads as the provider.
$client = new \NetGalley\OAuth1\Client\Server\Goodreads(array( 'identifier' => 'your-client-id', 'secret' => 'your-client-secret', 'callback_uri' => 'http://callback.url/callback', ));
Documentation
See the Goodreads API documentation:
统计信息
- 总下载量: 10.87k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-08-30