PHPackages                             alternatelife/portal-socialite-provider - 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. alternatelife/portal-socialite-provider

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

alternatelife/portal-socialite-provider
=======================================

Alternate-Life Portal OAuth2 Provider for Laravel Socialite

1.0.1(6y ago)0331MITPHPPHP ^5.6 || ^7.0

Since Jul 12Pushed 6y ago4 watchersCompare

[ Source](https://github.com/AlternateLife/Portal-Socialite-Provider)[ Packagist](https://packagist.org/packages/alternatelife/portal-socialite-provider)[ RSS](/packages/alternatelife-portal-socialite-provider/feed)WikiDiscussions master Synced 4d ago

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

Alternate-Life Socialite Provider
=================================

[](#alternate-life-socialite-provider)

Alternate-Life Portal OAuth2 Provider for Laravel Socialite

### Install

[](#install)

```
composer require alternatelife/portal-socialite-provider
```

### Register

[](#register)

```
protected $listen = [
    \SocialiteProviders\Manager\SocialiteWasCalled::class => [
        'AlternateLife\Socialite\Portal\AlternateLifeExtendSocialite@handle'
    ],
];
```

### Configure

[](#configure)

```
'alternatelife' => [
    'client_id'     => env('ALTERNATELIFE_KEY'),
    'client_secret' => env('ALTERNATELIFE_SECRET'),
    'redirect'      => env('ALTERNATELIFE_REDIRECT_URI'),
]
```

### Start building

[](#start-building)

```
return Socialite::with('alternatelife')->redirect();
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

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

Total

2

Last Release

2544d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11266773?v=4)[Roman Zipp](/maintainers/romanzipp)[@romanzipp](https://github.com/romanzipp)

![](https://avatars.githubusercontent.com/u/5092856?v=4)[Francesco Paolocci](/maintainers/Micky5991)[@Micky5991](https://github.com/Micky5991)

---

Tags

laraveloauth2socialitesocialite-providers

### Embed Badge

![Health badge](/badges/alternatelife-portal-socialite-provider/health.svg)

```
[![Health](https://phpackages.com/badges/alternatelife-portal-socialite-provider/health.svg)](https://phpackages.com/packages/alternatelife-portal-socialite-provider)
```

###  Alternatives

[socialiteproviders/apple

Apple OAuth2 Provider for Laravel Socialite

629.5M14](/packages/socialiteproviders-apple)[socialiteproviders/microsoft

Microsoft OAuth2 Provider for Laravel Socialite

347.3M22](/packages/socialiteproviders-microsoft)[socialiteproviders/microsoft-azure

Microsoft Azure OAuth2 Provider for Laravel Socialite

597.2M26](/packages/socialiteproviders-microsoft-azure)[socialiteproviders/instagram

Instagram OAuth2 Provider for Laravel Socialite

402.0M5](/packages/socialiteproviders-instagram)[socialiteproviders/saml2

SAML2 Service Provider for Laravel Socialite

172.6M3](/packages/socialiteproviders-saml2)[socialiteproviders/laravelpassport

LaravelPassport OAuth2 Provider for Laravel Socialite

631.4M8](/packages/socialiteproviders-laravelpassport)

PHPackages © 2026

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