PHPackages                             tmannherz/oauth2-ringcentral - 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. tmannherz/oauth2-ringcentral

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

tmannherz/oauth2-ringcentral
============================

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

1.1.0(4y ago)22.1k2MITPHPPHP &gt;=5.5.0

Since Feb 17Pushed 4y ago1 watchersCompare

[ Source](https://github.com/tmannherz/oauth2-ringcentral)[ Packagist](https://packagist.org/packages/tmannherz/oauth2-ringcentral)[ RSS](/packages/tmannherz-oauth2-ringcentral/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

RingCentral provider for OAuth 2.0 Client
=========================================

[](#ringcentral-provider-for-oauth-20-client)

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

Installation
------------

[](#installation)

To install, use composer:

```
composer require tmannherz/oauth2-ringcentral

```

Usage
-----

[](#usage)

Usage is the same as The League's OAuth client, using `\TMannherz\OAuth2\Client\Provider\Ringcentral` as the provider.

### Resource Owner Password Credentials Grant

[](#resource-owner-password-credentials-grant)

```
$provider = new TMannherz\OAuth2\Client\Provider\Ringcentral([
    'clientId' => 'rc_app_id',
    'clientSecret' => 'rc_app_secret'
]);
$provider->setDevMode();  // enable sandbox mode

try {
    // Try to get an access token using the resource owner password credentials grant.
    $accessToken = $provider->getAccessToken('password', [
        'username' => 'rc_number',
        'password' => 'rc_pass'
    ]);
} catch (\Exception $e) {
    exit($e->getMessage());
}
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/tmannherz/oauth2-ringcentral/blob/master/LICENSE) for more information.

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~2037 days

Total

2

Last Release

1748d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/533798?v=4)[Todd Mannherz](/maintainers/tmannherz)[@tmannherz](https://github.com/tmannherz)

---

Top Contributors

[![tmannherz](https://avatars.githubusercontent.com/u/533798?v=4)](https://github.com/tmannherz "tmannherz (6 commits)")

---

Tags

AuthenticationSSOidentityoauthoauth2authorizationidpsingle sign onringcentralring-centralringcentral api

### Embed Badge

![Health badge](/badges/tmannherz-oauth2-ringcentral/health.svg)

```
[![Health](https://phpackages.com/badges/tmannherz-oauth2-ringcentral/health.svg)](https://phpackages.com/packages/tmannherz-oauth2-ringcentral)
```

###  Alternatives

[calcinai/oauth2-xero

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

103.3M4](/packages/calcinai-oauth2-xero)[adam-paterson/oauth2-slack

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

22728.9k9](/packages/adam-paterson-oauth2-slack)

PHPackages © 2026

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