PHPackages                             fillincode/bee-id - 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. fillincode/bee-id

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

fillincode/bee-id
=================

package for authorization via Bee-id

1.0.3(2y ago)0244MITPHP

Since Dec 19Pushed 2y ago2 watchersCompare

[ Source](https://github.com/pulsar88/socialite_beeid)[ Packagist](https://packagist.org/packages/fillincode/bee-id)[ RSS](/packages/fillincode-bee-id/feed)WikiDiscussions main Synced 1mo ago

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

Socialite-BeeId
---------------

[](#socialite-beeid)

### Installation

[](#installation)

```
composer require fillincode/bee-id
```

### Get started

[](#get-started)

1. After installing the package, you need to add data to connect to the authorization service in the config/services.php file

    ```
    return [
        'bee_id' => [
            'client_id' => env('BEE_ID_CLIENT_ID'),
            'client_secret' => env('BEE_ID_CLIENT_SECRET'),
            'redirect' => env('BEE_ID_REDIRECT_URL'),
        ],
    ];
    ```
2. Add routes for authorization

    ```
    use Laravel\Socialite\Facades\Socialite;

    Route::get('/auth/redirect', function () {
        return Socialite::driver('bee_id')->redirect();
    });

    Route::get('/auth/callback', function () {
        /** @var \Fillincode\BeeId\User $user */
        $user = Socialite::driver('bee_id')->user();

        // $user->token
    });
    ```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

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

Total

4

Last Release

809d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0177336fe79960847e8fac93ae88862d8057d11a1136e406670afd499ebcf86e?d=identicon)[pulsar88](/maintainers/pulsar88)

---

Top Contributors

[![KoryaginDmitry](https://avatars.githubusercontent.com/u/81314264?v=4)](https://github.com/KoryaginDmitry "KoryaginDmitry (21 commits)")

### Embed Badge

![Health badge](/badges/fillincode-bee-id/health.svg)

```
[![Health](https://phpackages.com/badges/fillincode-bee-id/health.svg)](https://phpackages.com/packages/fillincode-bee-id)
```

###  Alternatives

[socialiteproviders/manager

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

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

Social login for Filament through Laravel Socialite

213914.9k9](/packages/dutchcodingcompany-filament-socialite)[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)[devdojo/auth

The auth package to make authentication in your laravel applications easy to use.

61979.4k2](/packages/devdojo-auth)[genealabs/laravel-socialiter

Automatically manage user persistence and resolution for any Laravel Socialite provider.

133403.3k](/packages/genealabs-laravel-socialiter)[chrisreedio/socialment

Provides Socialite functionality for Filament.

10884.8k1](/packages/chrisreedio-socialment)

PHPackages © 2026

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