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

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

kevinem/oauth2-adobe-sign
=========================

Adobe Sign OAuth 2.0 Client Provider for The PHP League OAuth2-Client

0.1.6(9y ago)260.5k8[1 PRs](https://github.com/kevinem/oauth2-adobe-sign/pulls)3MITPHPPHP &gt;=5.6.0

Since Jul 15Pushed 6y ago2 watchersCompare

[ Source](https://github.com/kevinem/oauth2-adobe-sign)[ Packagist](https://packagist.org/packages/kevinem/oauth2-adobe-sign)[ RSS](/packages/kevinem-oauth2-adobe-sign/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (9)Used By (3)

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

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

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

Recently: every ~71 days

Total

7

Last Release

3300d 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/1052f7f9e025a7c653f8eb24d926283c98c7c0671fa9c9d1f5c63799b9851dde?d=identicon)[kevinem](/maintainers/kevinem)

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[league/oauth2-google

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

41721.2M118](/packages/league-oauth2-google)[knpuniversity/oauth2-client-bundle

Integration with league/oauth2-client to provide services

83416.7M61](/packages/knpuniversity-oauth2-client-bundle)[thenetworg/oauth2-azure

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

2509.6M48](/packages/thenetworg-oauth2-azure)[stevenmaguire/oauth2-keycloak

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

2275.9M27](/packages/stevenmaguire-oauth2-keycloak)[patrickbussmann/oauth2-apple

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

1132.5M6](/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.2M7](/packages/microsoft-kiota-authentication-phpleague)

PHPackages © 2026

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