PHPackages                             teqbylyte/bims-connect - 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. teqbylyte/bims-connect

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

teqbylyte/bims-connect
======================

A Socialite extension to provide authentication functionality specific to BIMS - Beneficiary Identity Management Service by TETFund.

v1.0.6(1y ago)253MITPHP

Since Jan 30Pushed 1y ago1 watchersCompare

[ Source](https://github.com/teqbylyte/bims-connect)[ Packagist](https://packagist.org/packages/teqbylyte/bims-connect)[ RSS](/packages/teqbylyte-bims-connect/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (8)Used By (0)

BIMSConnect
===========

[](#bimsconnect)

A laravel package extending [Laravel Socialite](https://laravel.com/docs/10.x/socialite) to provide authentication functionality specific to **BIMS** - *Beneficiary Identity Management Service* by TETFund. Visit [bims.tetfund.gov.ng](https://bims.tetfund.gov.ng) to know more.

Installation 💻
--------------

[](#installation-)

Install via composer

```
composer require teqbylyte/bims-connect

```

Configuration ⚙️
----------------

[](#configuration-️)

Your BIMS client credentials should be placed in your `config/services.php` as given below:

```
'bims' => [
    'client_id' => env('BIMS_CLIENT_ID'),
    'client_secret' => env('BIMS_CLIENT_SECRET'),
    'redirect' => 'https://yoursite.com/callback-url',
],
```

Usage ✨
-------

[](#usage-)

To initiate a connection with your BIMS service, invoke the init method provided by the package, which is a direct &amp; easy replacement for how one would use Laravel Socialite:

```
use Teqbylyte\BimsConnect\BimsConnect;

// Instead of Socialite::driver('bims'), use:
BimsConnect::init()

// Illustration 1:
Route::get('/oauth/redirect', function () {
    return BimsConnect::init()->redirect();
});

// Illustration 2:
Route::get('/oauth/callback', function () {
    $user = BimsConnect::init()->user();

    // $user->getEmail()
});
```

Visit [Laravel Socialite](https://laravel.com/docs/10.x/socialite) Learn more about other available methods.

Contribution 🛠️
---------------

[](#contribution-️)

If you find any issue with this package, you're welcome to contribute 😄

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance45

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

Recently: every ~77 days

Total

7

Last Release

458d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7a37e771f2418f76e90b9bfabc4c586d80b2e2df9580b921899c6c2ec18e689b?d=identicon)[teqbylyte](/maintainers/teqbylyte)

---

Top Contributors

[![teqbylyte](https://avatars.githubusercontent.com/u/82876216?v=4)](https://github.com/teqbylyte "teqbylyte (14 commits)")

---

Tags

authenticationeducationallaravel-packageoauth2

### Embed Badge

![Health badge](/badges/teqbylyte-bims-connect/health.svg)

```
[![Health](https://phpackages.com/badges/teqbylyte-bims-connect/health.svg)](https://phpackages.com/packages/teqbylyte-bims-connect)
```

###  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)
