netgalley/oauth1-goodreads

OAuth 1.0 Client Library for Goodreads

Maintainers

Package info

github.com/fbng/oauth1-goodreads

pkg:composer/netgalley/oauth1-goodreads

Statistics

Installs: 11 387

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

1.1.0 2022-11-07 18:53 UTC

This package is auto-updated.

Last update: 2026-02-08 02:12:56 UTC


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: