定制 netgalley/oauth1-goodreads 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

netgalley/oauth1-goodreads

最新稳定版本:1.1.0

Composer 安装命令:

composer require netgalley/oauth1-goodreads

包简介

OAuth 1.0 Client Library for Goodreads

README 文档

README

License Latest Stable Version

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

GitHub 信息

  • Stars: 2
  • Watchers: 12
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-08-30