PHPackages                             worksome/socialite - 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. worksome/socialite

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

worksome/socialite
==================

A Worksome provider for Laravel Socialite

v0.3.5(3mo ago)0270.6k↓86.4%MITPHPPHP ^8.4CI passing

Since Sep 2Pushed 3mo ago12 watchersCompare

[ Source](https://github.com/worksome/socialite-worksome)[ Packagist](https://packagist.org/packages/worksome/socialite)[ RSS](/packages/worksome-socialite/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (7)Dependencies (12)Versions (10)Used By (0)

Worksome Socialite Adapter
==========================

[](#worksome-socialite-adapter)

[![Latest Version on Packagist](https://camo.githubusercontent.com/f17e713e0c71ca533b77693d99237d02d9f8179fe1e7f369b1a6c4459d9daca6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f776f726b736f6d652f736f6369616c6974652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/worksome/socialite)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/f4a7b863ad0f22fd122ee7546ddfaad28f4cde2d11b41fc6ebb60c2f1d431ca1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f776f726b736f6d652f736f6369616c6974652d776f726b736f6d652f74657374732e796d6c3f6272616e63683d6d61696e267374796c653d666c61742d737175617265)](https://github.com/worksome/socialite/actions)

A Worksome provider for Laravel Socialite

Install
-------

[](#install)

Via Composer

```
composer require worksome/socialite
```

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)

```
'worksome' => [
    'client_id' => env('WORKSOME_CLIENT_ID'),
    'client_secret' => env('WORKSOME_CLIENT_SECRET'),
    'redirect' => env('WORKSOME_REDIRECT_URI'),

    // Optional
    'auth_uri' => env('WORKSOME_AUTH_URI', 'https://use.worksome.com'),
    'auth_redirect_uri' => env('WORKSOME_AUTH_REDIRECT_URI', 'https://use.worksome.com'),
],
```

### 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
        \Worksome\Socialite\WorksomeExtendSocialite::class,
    ],
];
```

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('worksome')->redirect();
```

### Returned User fields

[](#returned-user-fields)

- `id`: The id of the authenticated user
- `name`: The name of the authenticated user
- `email`: The email address of the authenticated user

Change log
----------

[](#change-log)

Please see [GitHub Releases](https://github.com/worksome/socialite-worksome/releases) for more information on what has changed recently.

Credits
-------

[](#credits)

- [Owen Voke](https://github.com/owenvoke)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

50

—

FairBetter than 95% of packages

Maintenance81

Actively maintained with recent releases

Popularity31

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 86.1% 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 ~185 days

Total

8

Last Release

99d ago

PHP version history (4 changes)v0.1.0PHP ^8.0

v0.3.0PHP ^8.2

v0.3.2PHP ^8.3

v0.3.4PHP ^8.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1899334?v=4)[Owen Voke](/maintainers/owenvoke)[@owenvoke](https://github.com/owenvoke)

![](https://avatars.githubusercontent.com/u/5870441?v=4)[Oliver Nybroe](/maintainers/olivernybroe)[@olivernybroe](https://github.com/olivernybroe)

---

Top Contributors

[![owenvoke](https://avatars.githubusercontent.com/u/1899334?v=4)](https://github.com/owenvoke "owenvoke (31 commits)")[![lukeraymonddowning](https://avatars.githubusercontent.com/u/12202279?v=4)](https://github.com/lukeraymonddowning "lukeraymonddowning (5 commits)")

---

Tags

authlaravellaravel-socialitephpsocialiteworksome

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/worksome-socialite/health.svg)

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

###  Alternatives

[socialiteproviders/apple

Apple OAuth2 Provider for Laravel Socialite

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

Microsoft OAuth2 Provider for Laravel Socialite

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

Microsoft Azure OAuth2 Provider for Laravel Socialite

597.2M27](/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.6M5](/packages/socialiteproviders-saml2)[socialiteproviders/laravelpassport

LaravelPassport OAuth2 Provider for Laravel Socialite

631.4M9](/packages/socialiteproviders-laravelpassport)

PHPackages © 2026

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