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

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

eazieer/oauth2-adobe-sign-v6
============================

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

0.1.6(9y ago)06931MITPHPPHP &gt;=5.6.0

Since Jul 15Pushed 6y agoCompare

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

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

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). Forked from the great work of Kevin Em for V5 Adobe API

[![Latest Stable Version](https://camo.githubusercontent.com/bf52ce24646f1ca354b9b03bcff30ef082840f4bba7059c656d9009850d897af/68747470733a2f2f706f7365722e707567782e6f72672f65617a696565722f6f61757468322d61646f62652d7369676e2d76362f762f737461626c653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/eazieer/oauth2-adobe-sign-v6)[![License](https://camo.githubusercontent.com/d8dfa21e8472890cd1037985718f8a1d37ad17c809f734df71c5cfb07ec3ca4e/68747470733a2f2f706f7365722e707567782e6f72672f65617a696565722f6f61757468322d61646f62652d7369676e2d76362f6c6963656e73653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/eazieer/oauth2-adobe-sign-v6)[![Build Status](https://camo.githubusercontent.com/3d64eeae2ac10b52c4ecd09644de7ac86ca2e0b27a4737ffeb48f34d61f4c381/68747470733a2f2f7472617669732d63692e6f72672f65617a696565722f6f61757468322d61646f62652d7369676e2d76362e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/eazieer/oauth2-adobe-sign-v6)

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

[](#installation)

To install, use composer:

```
composer require eazieer/oauth2-adobe-sign-v6

```

Usage
-----

[](#usage)

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

### Authorization Code Flow

[](#authorization-code-flow)

```
$provider = new Eazieer\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

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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 ~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/30226f2104fec6cbe13c3ff3efaf97dab978fbbce3c94c29647cc3565cc6eb4d?d=identicon)[DaveEAZIEER](/maintainers/DaveEAZIEER)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  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)
