netgalley / oauth1-goodreads
OAuth 1.0 Client Library for Goodreads
Installs: 7 836
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 13
Forks: 0
Open Issues: 0
Requires
- php: >=5.5.0
- league/oauth1-client: ^1.7
Requires (Dev)
- php: ^7.0
- phpunit/phpunit: ^6.3
This package is auto-updated.
Last update: 2024-10-07 23:17:09 UTC
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: