PHPackages                             netgalley/oauth1-goodreads - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. netgalley/oauth1-goodreads

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

netgalley/oauth1-goodreads
==========================

OAuth 1.0 Client Library for Goodreads

1.1.0(3y ago)211.5k↓30%MITPHPPHP &gt;=5.5.0

Since Aug 30Pushed 3y ago12 watchersCompare

[ Source](https://github.com/fbng/oauth1-goodreads)[ Packagist](https://packagist.org/packages/netgalley/oauth1-goodreads)[ Docs](https://github.com/fbng/oauth1-goodreads)[ RSS](/packages/netgalley-oauth1-goodreads/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (9)Used By (0)

Goodreads Provider for OAuth1 Client
====================================

[](#goodreads-provider-for-oauth1-client)

[![License](https://camo.githubusercontent.com/4ae54e81f3cbd63328c1902dc1d8d15877c3abcca39a8521ce7388f36e12ec4b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6e657467616c6c65792f6f61757468312d676f6f6472656164732e737667)](https://github.com/fbng/oauth1-goodreads/blob/master/LICENSE)[![Latest Stable Version](https://camo.githubusercontent.com/8d0fa190d21bce74e2ec44a5d3fbfbf100810e3f185849d46751800ef3d1d848/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e657467616c6c65792f6f61757468312d676f6f6472656164732e737667)](https://packagist.org/packages/netgalley/oauth1-goodreads)

This package provides Goodreads OAuth 1.0 support for the PHP League's [OAuth 1.0 Client](https://github.com/thephpleague/oauth1-client).

Installation
============

[](#installation)

To install, use [Composer](https://getcomposer.org/):

```
composer require netgalley/oauth1-goodreads
```

Usage
=====

[](#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
=============

[](#documentation)

See the Goodreads API documentation:

- [API Documentation](https://www.goodreads.com/api/documentation)
- [API Reference](https://www.goodreads.com/api/index)

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 50% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~474 days

Total

5

Last Release

1288d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dde9ccb0990ea7cfece133187a62da15f8d0f01ea35d0d8997d19ca4dcec8cf3?d=identicon)[sarcher](/maintainers/sarcher)

---

Top Contributors

[![aaronopela](https://avatars.githubusercontent.com/u/105241333?v=4)](https://github.com/aaronopela "aaronopela (2 commits)")[![ApexMuse](https://avatars.githubusercontent.com/u/13945167?v=4)](https://github.com/ApexMuse "ApexMuse (2 commits)")

---

Tags

AuthenticationSSOidentityoauthauthorizationidpsingle sign onoauth1Goodreads

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/netgalley-oauth1-goodreads/health.svg)

```
[![Health](https://phpackages.com/badges/netgalley-oauth1-goodreads/health.svg)](https://phpackages.com/packages/netgalley-oauth1-goodreads)
```

###  Alternatives

[league/oauth1-client

OAuth 1.0 Client Library

99898.8M106](/packages/league-oauth1-client)[adam-paterson/oauth2-slack

Slack OAuth 2.0 Client Provider for The PHP League OAuth2-Client

22694.8k5](/packages/adam-paterson-oauth2-slack)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
