PHPackages                             zaporylie/oauth2-zuora - 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. zaporylie/oauth2-zuora

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

zaporylie/oauth2-zuora
======================

Zuora OAuth 2.0 Client Provider

1.0.0(7y ago)164MITPHP

Since Mar 11Pushed 7y ago1 watchersCompare

[ Source](https://github.com/zaporylie/oauth2-zuora)[ Packagist](https://packagist.org/packages/zaporylie/oauth2-zuora)[ RSS](/packages/zaporylie-oauth2-zuora/feed)WikiDiscussions master Synced today

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

Zuora OAuth2 Client Provider
============================

[](#zuora-oauth2-client-provider)

[![Build Status](https://camo.githubusercontent.com/6d90b85e3819bb882089035d4b1ce12997d456144a044cdf69c7e44963b184ef/68747470733a2f2f7472617669732d63692e6f72672f7a61706f72796c69652f6f61757468322d7a756f72612e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/zaporylie/oauth2-zuora)[![Coverage Status](https://camo.githubusercontent.com/770440960b9b6432859ccea3218039399c56e9db3a6f6657da73438804c06957/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f7a61706f72796c69652f6f61757468322d7a756f72612f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/zaporylie/oauth2-zuora?branch=master)

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

[](#installation)

```
composer require zaporylie/oauth2-zuora:^1.0
```

Usage
=====

[](#usage)

```
$oauth = new \zaporylie\OAuth2\Client\Provider\Zuora([
    'clientId' => 'id_obtained_from_zuora',
    'clientSecret' => 'secret_obtained_from_zuora',
    // Skip `mode` for production.
    'mode' => 'sandbox',
]);
try {
    $token = $oauth->getAccessToken()->getToken();
}
catch (IdentityProviderException $exception) {
    // Something went wrong on Zuora. Check message.
}
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

Unknown

Total

1

Last Release

2618d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1690685?v=4)[Jakub Piasecki](/maintainers/zaporylie)[@zaporylie](https://github.com/zaporylie)

---

Tags

clientAuthenticationoauthoauth2authorizationzuora

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/zaporylie-oauth2-zuora/health.svg)

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

###  Alternatives

[league/oauth2-google

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

41721.2M118](/packages/league-oauth2-google)[cakedc/oauth2-cognito

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

18597.7k](/packages/cakedc-oauth2-cognito)

PHPackages © 2026

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