PHPackages                             goldendeveloper/paypal - 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. goldendeveloper/paypal

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

goldendeveloper/paypal
======================

PayPal OAuth2 Provider for Laravel Socialite

1.0(3y ago)136MITPHPPHP ^7.4 || ^8.0CI passing

Since Aug 11Pushed 5mo agoCompare

[ Source](https://github.com/Golden-Developer/Socialite-paypal-oAuth)[ Packagist](https://packagist.org/packages/goldendeveloper/paypal)[ RSS](/packages/goldendeveloper-paypal/feed)WikiDiscussions main Synced 1mo ago

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

PayPal
======

[](#paypal)

```
composer require goldendeveloper/paypal
```

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)

```
'paypal' => [
  'client_id' => env('PAYPAL_CLIENT_ID'),
  'client_secret' => env('PAYPAL_CLIENT_SECRET'),
  'redirect' => env('PAYPAL_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
        \GoldenDeveloper\PayPal\PayPalExtendSocialite::class.'@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('paypal')->redirect();
```

### Returned User fields

[](#returned-user-fields)

- `id`
- `name`
- `email`

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance49

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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

1368d ago

### Community

Maintainers

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

---

Top Contributors

[![Coho04](https://avatars.githubusercontent.com/u/73216313?v=4)](https://github.com/Coho04 "Coho04 (16 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")[![example123](https://avatars.githubusercontent.com/u/87628?v=4)](https://github.com/example123 "example123 (1 commits)")

---

Tags

golden-developerphpsocialitesocialite-providerslaravelprovideroauthsocialitepaypal

### Embed Badge

![Health badge](/badges/goldendeveloper-paypal/health.svg)

```
[![Health](https://phpackages.com/badges/goldendeveloper-paypal/health.svg)](https://phpackages.com/packages/goldendeveloper-paypal)
```

###  Alternatives

[socialiteproviders/microsoft

Microsoft OAuth2 Provider for Laravel Socialite

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

Instagram OAuth2 Provider for Laravel Socialite

421.9M5](/packages/socialiteproviders-instagram)[kovah/laravel-socialite-oidc

OpenID Connect OAuth2 Provider for Laravel Socialite

2073.7k](/packages/kovah-laravel-socialite-oidc)[socialiteproviders/kakao

Kakao OAuth2 Provider for Laravel Socialite

10484.7k4](/packages/socialiteproviders-kakao)

PHPackages © 2026

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