PHPackages                             xuejd3/socialiteproviders-v2ui\_bbs - 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. xuejd3/socialiteproviders-v2ui\_bbs

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

xuejd3/socialiteproviders-v2ui\_bbs
===================================

v2ui\_bbs OAuth2 Provider for Laravel Socialite

12.0.1(8mo ago)05MITPHP

Since Aug 29Pushed 7mo agoCompare

[ Source](https://github.com/xuejd3/socialiteproviders-v2ui_bbs)[ Packagist](https://packagist.org/packages/xuejd3/socialiteproviders-v2ui_bbs)[ RSS](/packages/xuejd3-socialiteproviders-v2ui-bbs/feed)WikiDiscussions main Synced 1mo ago

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

v2ui\_bbs
=========

[](#v2ui_bbs)

```
    composer require xuejd3/socialiteproviders-v2ui_bbs
```

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

[](#installation--basic-usage)

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

Service Provider
----------------

[](#service-provider)

- Remove if you have added it already. `Laravel\Socialite\SocialiteServiceProvider`
- Add `\SocialiteProviders\Manager\ServiceProvider::class`.

### For example in Laravel 11+

[](#for-example-in-laravel-11)

In `.bootstrap/providers.php`

```
return [
    // a whole bunch of providers
    // remove 'Laravel\Socialite\SocialiteServiceProvider',
    \SocialiteProviders\Manager\ServiceProvider::class, // add
];
```

Event Listener
--------------

[](#event-listener)

### Laravel 11+

[](#laravel-11)

In Laravel 11, the default `EventServiceProvider` provider was removed. Instead, add the listener using the `listen` method on the `Event` facade, in your `AppServiceProvider`

Note: You do not need to add anything for the built-in socialite providers unless you override them with your own providers.

```
namespace App\Providers;

use Illuminate\Support\Facades\Event;
use Illuminate\Support\ServiceProvider;

class AppServiceProvider extends ServiceProvider
{
    /**
     * Register any application services.
     */
    public function register(): void
    {
        //
    }

    /**
     * Bootstrap any application services.
     */
    public function boot(): void
    {
        Event::listen(function (\SocialiteProviders\Manager\SocialiteWasCalled $event) {
            $event->extendSocialite('v2ui_bbs', \SocialiteProviders\V2uiBbs\Provider::class);
        });
    }
}
```

#### Reference

[](#reference)

- [Laravel 11 docs about events(opens new window) #](http://laravel.com/docs/11.0/events)

Configuration setup
-------------------

[](#configuration-setup)

You will need to add an entry to the services configuration file so that after config files are cached for usage in production environment (Laravel command ) all config is still available.`artisan config:cache`

See your provider README for more infomation on the required config.

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

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

```
'v2ui_bbs' => [
    'client_id'     => env('V2UI_BBS_KEY'),
    'client_secret' => env('V2UI_BBS_SECRET'),
    'redirect'      => env('V2UI_BBS_REDIRECT_URI'),
    'guzzle'        => [
        'headers' => ['User-Agent' => 'xuejd3/socialiteproviders-v2ui_bbs'],
    ]
]
```

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

Returned User fields
--------------------

[](#returned-user-fields)

```
$user = Socialite::driver('v2ui_bbs')->user();

$user->getId();
$user->getName();
$user->getEmail();
$user->getAvatar();
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance62

Regular maintenance activity

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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

Every ~0 days

Total

2

Last Release

256d ago

### Community

Maintainers

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

---

Top Contributors

[![xuejd3](https://avatars.githubusercontent.com/u/16837278?v=4)](https://github.com/xuejd3 "xuejd3 (10 commits)")

---

Tags

laravelprovideroauthsocialitelaravel socialiteclient key generatorclient key refreshv2ui\_bbsv2ui\_bbs client keyv2ui\_bbs sign inlaravel v2ui\_bbssign in with v2ui\_bbssocialite v2ui\_bbs

### Embed Badge

![Health badge](/badges/xuejd3-socialiteproviders-v2ui-bbs/health.svg)

```
[![Health](https://phpackages.com/badges/xuejd3-socialiteproviders-v2ui-bbs/health.svg)](https://phpackages.com/packages/xuejd3-socialiteproviders-v2ui-bbs)
```

###  Alternatives

[socialiteproviders/apple

Apple OAuth2 Provider for Laravel Socialite

618.4M8](/packages/socialiteproviders-apple)[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)[ahilmurugesan/socialite-apple-helper

Laravel Socialite Apple Login Helper to generate and manage Client Secret

13120.7k](/packages/ahilmurugesan-socialite-apple-helper)[socialiteproviders/kakao

Kakao OAuth2 Provider for Laravel Socialite

10484.7k4](/packages/socialiteproviders-kakao)

PHPackages © 2026

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