PHPackages                             bursteri/socialstream - 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. bursteri/socialstream

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

bursteri/socialstream
=====================

OAuth for Laravel, simplified. Fork of joelbutcher/socialstream with Laravel 13 support.

v7.0.0(yesterday)00MITPHPPHP ^8.3

Since Apr 3Pushed yesterdayCompare

[ Source](https://github.com/bursteri/socialstream)[ Packagist](https://packagist.org/packages/bursteri/socialstream)[ Fund](https://paypal.me/joelbutcher)[ GitHub Sponsors](https://github.com/joelbutcher)[ RSS](/packages/bursteri-socialstream/feed)WikiDiscussions 7.x Synced today

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

Socialstream
============

[](#socialstream)

Community-maintained fork of [joelbutcher/socialstream](https://github.com/joelbutcher/socialstream) with **Laravel 13** support.

OAuth for Laravel Breeze, Jetstream and Filament -- simplified.

Why this fork?
--------------

[](#why-this-fork)

The original Socialstream was archived when Laravel dropped Breeze and Jetstream from the official installer. But plenty of projects still use these stacks and need a solid OAuth integration. This fork keeps the package alive and compatible with the latest Laravel releases.

Requirements
------------

[](#requirements)

- PHP 8.3+
- Laravel 11, 12 or 13
- Laravel Socialite 5.18+

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

[](#installation)

```
composer require bursteri/socialstream
```

The package auto-discovers its service provider. No manual registration needed.

Supported stacks
----------------

[](#supported-stacks)

- **Laravel Breeze** (Blade, Inertia with Vue/React)
- **Laravel Jetstream** (Livewire, Inertia)
- **Filament**

Supported providers
-------------------

[](#supported-providers)

Bitbucket, Facebook, GitHub, GitLab, Google, LinkedIn, LinkedIn OpenID, Slack, Twitter (OAuth 1.0 and 2.0).

You can also register custom providers via Socialite's built-in extension system.

Setup
-----

[](#setup)

Publish the config, migrations, actions and routes:

```
php artisan socialstream:install
```

Then add providers to `config/socialstream.php`:

```
use JoelButcher\Socialstream\Providers;

'providers' => [
    Providers::google(),
    Providers::github(),
],
```

And configure your credentials in `config/services.php` as you normally would with Socialite:

```
'github' => [
    'client_id' => env('GITHUB_CLIENT_ID'),
    'client_secret' => env('GITHUB_CLIENT_SECRET'),
    'redirect' => '/oauth/github/callback',
],
```

Features
--------

[](#features)

Toggle features in `config/socialstream.php`:

```
use JoelButcher\Socialstream\Features;

'features' => [
    Features::createAccountOnFirstLogin(),
    Features::generateMissingEmails(),
    Features::globalLogin(),
    Features::authExistingUnlinkedUsers(),
    Features::rememberSession(),
    Features::providerAvatars(),
    Features::refreshOAuthTokens(),
],
```

Migrating from joelbutcher/socialstream
---------------------------------------

[](#migrating-from-joelbutchersocialstream)

1. Replace the package in `composer.json`: ```
    composer remove joelbutcher/socialstream
    composer require bursteri/socialstream
    ```
2. That's it. The namespace (`JoelButcher\Socialstream`) is unchanged, so all your imports, config references, and published actions continue to work.

Original documentation
----------------------

[](#original-documentation)

For detailed usage guides, refer to the original docs at [docs.socialstream.dev](https://docs.socialstream.dev).

Credits
-------

[](#credits)

- [Joel Butcher](https://github.com/joelbutcher) -- original author
- [All contributors](https://github.com/bursteri/socialstream/contributors)

License
-------

[](#license)

MIT. See [LICENSE.md](LICENSE.md).

###  Health Score

42

—

FairBetter than 89% of packages

Maintenance100

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 78.7% 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 ~0 days

Total

2

Last Release

1d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/32111831?v=4)[Robin He](/maintainers/bursteri)[@bursteri](https://github.com/bursteri)

---

Top Contributors

[![joelbutcher](https://avatars.githubusercontent.com/u/7163152?v=4)](https://github.com/joelbutcher "joelbutcher (310 commits)")[![miguilimzero](https://avatars.githubusercontent.com/u/35383529?v=4)](https://github.com/miguilimzero "miguilimzero (31 commits)")[![luiyongsheng](https://avatars.githubusercontent.com/u/13586871?v=4)](https://github.com/luiyongsheng "luiyongsheng (7 commits)")[![accesstechnology-mike](https://avatars.githubusercontent.com/u/55278705?v=4)](https://github.com/accesstechnology-mike "accesstechnology-mike (6 commits)")[![rennokki](https://avatars.githubusercontent.com/u/21983456?v=4)](https://github.com/rennokki "rennokki (4 commits)")[![aidanthewiz](https://avatars.githubusercontent.com/u/9968011?v=4)](https://github.com/aidanthewiz "aidanthewiz (4 commits)")[![Bapawe](https://avatars.githubusercontent.com/u/3219127?v=4)](https://github.com/Bapawe "Bapawe (4 commits)")[![gaetandezeiraud](https://avatars.githubusercontent.com/u/1573282?v=4)](https://github.com/gaetandezeiraud "gaetandezeiraud (2 commits)")[![27pchrisl](https://avatars.githubusercontent.com/u/6286310?v=4)](https://github.com/27pchrisl "27pchrisl (2 commits)")[![Philrobots](https://avatars.githubusercontent.com/u/47373969?v=4)](https://github.com/Philrobots "Philrobots (2 commits)")[![SRWieZ](https://avatars.githubusercontent.com/u/1408020?v=4)](https://github.com/SRWieZ "SRWieZ (2 commits)")[![selfsimilar](https://avatars.githubusercontent.com/u/784446?v=4)](https://github.com/selfsimilar "selfsimilar (2 commits)")[![sp4r74cus](https://avatars.githubusercontent.com/u/864292?v=4)](https://github.com/sp4r74cus "sp4r74cus (1 commits)")[![Supernova3339](https://avatars.githubusercontent.com/u/63515814?v=4)](https://github.com/Supernova3339 "Supernova3339 (1 commits)")[![tinusg](https://avatars.githubusercontent.com/u/2152919?v=4)](https://github.com/tinusg "tinusg (1 commits)")[![ttungbmt](https://avatars.githubusercontent.com/u/12232155?v=4)](https://github.com/ttungbmt "ttungbmt (1 commits)")[![wassim](https://avatars.githubusercontent.com/u/14947638?v=4)](https://github.com/wassim "wassim (1 commits)")[![wit3](https://avatars.githubusercontent.com/u/5450259?v=4)](https://github.com/wit3 "wit3 (1 commits)")[![WizardOfCodez](https://avatars.githubusercontent.com/u/4178312?v=4)](https://github.com/WizardOfCodez "WizardOfCodez (1 commits)")[![braumye](https://avatars.githubusercontent.com/u/35051868?v=4)](https://github.com/braumye "braumye (1 commits)")

---

Tags

laraveloauthlaravel socialiteSocialStream

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/bursteri-socialstream/health.svg)

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

###  Alternatives

[socialiteproviders/manager

Easily add new or override built-in providers in Laravel Socialite.

42442.0M531](/packages/socialiteproviders-manager)[dutchcodingcompany/filament-socialite

Social login for Filament through Laravel Socialite

213914.9k9](/packages/dutchcodingcompany-filament-socialite)[socialiteproviders/apple

Apple OAuth2 Provider for Laravel Socialite

618.4M8](/packages/socialiteproviders-apple)[andrewdwallo/filament-companies

A comprehensive Laravel authentication and authorization system designed for Filament, focusing on multi-tenant company management.

34450.0k2](/packages/andrewdwallo-filament-companies)[laravel-uis/socialite-ui

A Laravel Socialite UI for the new Laravel Starter Kits

114.3k1](/packages/laravel-uis-socialite-ui)[truckersmp/steam-socialite

Laravel Socialite provider for Steam OpenID.

1516.7k](/packages/truckersmp-steam-socialite)

PHPackages © 2026

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