PHPackages                             bda-matt/oauth2-adobe-sign - 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. bda-matt/oauth2-adobe-sign

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

bda-matt/oauth2-adobe-sign
==========================

Forked from kevinem/oauth2-adobe-sign Adobe Sign OAuth 2.0 Client Provider for The PHP League OAuth2-Client

0.1.9(5y ago)0506↓75%1MITPHPPHP &gt;=5.6.0

Since Jul 15Pushed 5y agoCompare

[ Source](https://github.com/BDA-Matt/oauth2-adobe-sign)[ Packagist](https://packagist.org/packages/bda-matt/oauth2-adobe-sign)[ RSS](/packages/bda-matt-oauth2-adobe-sign/feed)WikiDiscussions master Synced 3w ago

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

Adobe Sign Provider for OAuth 2.0 Client
========================================

[](#adobe-sign-provider-for-oauth-20-client)

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

[![Latest Stable Version](https://camo.githubusercontent.com/f5ad566cf7d5f2be1c8cbe2a65d3fd41436d5e09e575bcde6c384419c3fda54b/68747470733a2f2f706f7365722e707567782e6f72672f6b6576696e656d2f6f61757468322d61646f62652d7369676e2f762f737461626c653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/kevinem/oauth2-adobe-sign)[![License](https://camo.githubusercontent.com/6ef534d8d28841996fd6c7603af39ce621f722b51515250c1ecebd5ec59412f5/68747470733a2f2f706f7365722e707567782e6f72672f6b6576696e656d2f6f61757468322d61646f62652d7369676e2f6c6963656e73653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/kevinem/oauth2-adobe-sign)[![Build Status](https://camo.githubusercontent.com/ab97b90e9b18883e4888a0c753e44a017e0ea19ad80f796eb4933a351199de8d/68747470733a2f2f7472617669732d63692e6f72672f6b6576696e656d2f6f61757468322d61646f62652d7369676e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/kevinem/oauth2-adobe-sign)

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

[](#installation)

To install, use composer:

```
composer require kevinem/oauth2-adobe-sign

```

Usage
-----

[](#usage)

Use [The League's OAuth2 Client](https://github.com/thephpleague/oauth2-client) with `\KevinEm\OAuth2\Client\AdobeSign` as the provider.

### Authorization Code Flow

[](#authorization-code-flow)

```
$provider = new KevinEm\OAuth2\Client\AdobeSign([
    'clientId'          => 'your_client_id',
    'clientSecret'      => 'your_client_secret',
    'redirectUri'       => 'your_callback',
    'dataCenter'        => 'secure.na1',
    'scope'             => [
          'scope1:type',
          'scope2:type'
    ]
]);
```

License
-------

[](#license)

The MIT License (MIT) Copyright (c) 2016 Kevin Em

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

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 ~182 days

Recently: every ~409 days

Total

10

Last Release

1991d ago

PHP version history (2 changes)0.1.0PHP &gt;=5.5.0

0.1.5PHP &gt;=5.6.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/3c3c53404a4e9e7233c590e90ae70bcf6e99d1997cef0e433920f2947b1fc7b2?d=identicon)[BDA-Matt](/maintainers/BDA-Matt)

---

Top Contributors

[![BDA-Matt](https://avatars.githubusercontent.com/u/71556742?v=4)](https://github.com/BDA-Matt "BDA-Matt (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bda-matt-oauth2-adobe-sign/health.svg)

```
[![Health](https://phpackages.com/badges/bda-matt-oauth2-adobe-sign/health.svg)](https://phpackages.com/packages/bda-matt-oauth2-adobe-sign)
```

###  Alternatives

[league/oauth2-google

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

42222.6M157](/packages/league-oauth2-google)[stevenmaguire/oauth2-keycloak

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

2276.2M36](/packages/stevenmaguire-oauth2-keycloak)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[thenetworg/oauth2-azure

Azure Active Directory OAuth 2.0 Client Provider for The PHP League OAuth2-Client

24610.3M72](/packages/thenetworg-oauth2-azure)[patrickbussmann/oauth2-apple

Sign in with Apple OAuth 2.0 Client Provider for The PHP League OAuth2-Client

1152.7M11](/packages/patrickbussmann-oauth2-apple)[microsoft/kiota-authentication-phpleague

Authentication provider for Kiota using the PHP League OAuth 2.0 client to authenticate against the Microsoft Identity platform

153.8M9](/packages/microsoft-kiota-authentication-phpleague)

PHPackages © 2026

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