PHPackages                             gchollet/laravel-socialite-adobe - 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. gchollet/laravel-socialite-adobe

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

gchollet/laravel-socialite-adobe
================================

Adobe Bulk Data Insertion API OAuth2 Provider for Laravel Socialite

v1.0.0(3y ago)026.7k↓40.1%MITPHPPHP ^7.2 || ^8.0

Since Nov 16Pushed 3y ago1 watchersCompare

[ Source](https://github.com/gcholletCA/socialite-adobe)[ Packagist](https://packagist.org/packages/gchollet/laravel-socialite-adobe)[ Docs](https://github.com/gcholletCA/socialite-adobe)[ RSS](/packages/gchollet-laravel-socialite-adobe/feed)WikiDiscussions master Synced 1mo ago

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

SocialiteProviders Snapchat Marketing API
=========================================

[](#socialiteproviders-snapchat-marketing-api)

[![License](https://camo.githubusercontent.com/cf455345b3c96e54544a795cfec400018dcd3c67e3477bc798f9ed3655726000/687474703a2f2f706f7365722e707567782e6f72672f646f637472696e652f696e666c6563746f722f6c6963656e7365)](https://packagist.org/packages/doctrine/inflector)[![PHP Version Require](https://camo.githubusercontent.com/869e047de6a2aeb7af2411006983811044fe3c7f7a92aa74fb37c04a229faf6f/687474703a2f2f706f7365722e707567782e6f72672f646f637472696e652f696e666c6563746f722f726571756972652f706870)](https://packagist.org/packages/doctrine/inflector)

```
composer require gchollet/laravel-socialite-adobe
```

Installation &amp; Basic Usage
------------------------------

[](#installation--basic-usage)

Please see the [Base Installation Guide](https://socialiteproviders.com/usage/), then follow the provider specific instructions below.

### Add configuration to `config/services.php`

[](#add-configuration-to-configservicesphp)

```
'adobe' => [
  'client_id' => env('ADOBE_CLIENT_ID'),
  'client_secret' => env('ADOBE_CLIENT_SECRET'),
  'redirect' => env('ADOBE_REDIRECT_URI')
],
```

### Add provider event listener

[](#add-provider-event-listener)

Configure the package's listener to listen for `SocialiteWasCalled` events.

Add the event to your `listen[]` array in `app/Providers/EventServiceProvider`. See the [Base Installation Guide](https://socialiteproviders.com/usage/) for detailed instructions.

```
protected $listen = [
    \SocialiteProviders\Manager\SocialiteWasCalled::class => [
        // ... other providers
        'SocialiteProviders\Adobe\AdobeApiExtendSocialite@handle@handle'
    ],
];
```

### Usage

[](#usage)

You should now be able to use the provider like you would regularly use Socialite (assuming you have the facade installed):

```
return Socialite::driver('adobe')->redirect();
```

### Returned User fields

[](#returned-user-fields)

WIP

### Use cases

[](#use-cases)

WIP

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Unknown

Total

1

Last Release

1280d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/da80df2d01c5aa6c92cb54fb522557e55ab422abcaf5330501056a4edd7fe936?d=identicon)[gcholletCA](/maintainers/gcholletCA)

---

Top Contributors

[![gcholletCA](https://avatars.githubusercontent.com/u/103265875?v=4)](https://github.com/gcholletCA "gcholletCA (3 commits)")

### Embed Badge

![Health badge](/badges/gchollet-laravel-socialite-adobe/health.svg)

```
[![Health](https://phpackages.com/badges/gchollet-laravel-socialite-adobe/health.svg)](https://phpackages.com/packages/gchollet-laravel-socialite-adobe)
```

###  Alternatives

[socialiteproviders/microsoft

Microsoft OAuth2 Provider for Laravel Socialite

326.1M13](/packages/socialiteproviders-microsoft)[socialiteproviders/apple

Apple OAuth2 Provider for Laravel Socialite

618.4M8](/packages/socialiteproviders-apple)[socialiteproviders/instagram

Instagram OAuth2 Provider for Laravel Socialite

421.9M5](/packages/socialiteproviders-instagram)[socialiteproviders/microsoft-azure

Microsoft Azure OAuth2 Provider for Laravel Socialite

556.0M19](/packages/socialiteproviders-microsoft-azure)[socialiteproviders/laravelpassport

LaravelPassport OAuth2 Provider for Laravel Socialite

621.3M7](/packages/socialiteproviders-laravelpassport)[socialiteproviders/discord

Discord OAuth2 Provider for Laravel Socialite

422.0M17](/packages/socialiteproviders-discord)

PHPackages © 2026

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