netgalley/oauth1-goodreads

OAuth 1.0 Client Library for Goodreads

Maintainers

👁 sarcher

Package info

github.com/fbng/oauth1-goodreads

pkg:composer/netgalley/oauth1-goodreads

Statistics

Installs: 12 140

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

1.1.0 2022-11-07 18:53 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT c0246a6bdca7619b5207a82449a578a3ba069bfc

  • Israel J. Carberry <israel.carberry.woop@netgalley.com>

authorizationAuthenticationoauthSSOidentityoauth1idpsingle sign onGoodreads

This package is auto-updated.

Last update: 2026-06-08 02:56:17 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: