PHPackages                             lais/socialite-sabia-provider - 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. lais/socialite-sabia-provider

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

lais/socialite-sabia-provider
=============================

Socialite provider for Sabiá OAuth services.

v4.0.0(5y ago)42.5k1MITPHPPHP ^7.2|^8.0CI failing

Since Nov 3Pushed 2y ago1 watchersCompare

[ Source](https://github.com/LAIS-HUOL/socialite-sabia-provider)[ Packagist](https://packagist.org/packages/lais/socialite-sabia-provider)[ RSS](/packages/lais-socialite-sabia-provider/feed)WikiDiscussions main Synced 2mo ago

READMEChangelog (6)Dependencies (1)Versions (8)Used By (0)

Socialite Sabiá provider
========================

[](#socialite-sabiá-provider)

Introduction
------------

[](#introduction)

Socialite Sabiá provider is a [Laravel Socialite](https://github.com/laravel/socialite) extension for OAuth authentication services with [Sabiá](https://login.sabia.ufrn.br).

License
-------

[](#license)

Socialite Sabiá provider is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

Getting started
---------------

[](#getting-started)

To get started with our provider, add to your `composer.json` file as a dependency:

```
composer require lais/socialite-sabia-provider

```

Laravel &lt;= 5.8

```
composer require lais/socialite-sabia-provider=^2.0
```

### Configuration

[](#configuration)

Laravel Version 5.5 &gt; skip this step.

After installing the provider library, register the `LAIS\Socialite\Sabia\ServiceProvider` in your `config/app.php` configuration file:

```
'providers' => [
    // Other service providers...

    LAIS\Socialite\Sabia\ServiceProvider::class,
],
```

You will also need to add credentials for the Sabiá OAuth services in order to your application utilize them. These credentials should be placed in your `config/services.php` configuration file, and should use the key `sabia`. For example:

```
'sabia' => [
    'client_id' => 'your-sabiá-app-id',
    'client_secret' => 'your-sabiá-app-secret',
    'redirect' => 'http://your-callback-url',
],
```

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 60% 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 ~310 days

Recently: every ~355 days

Total

6

Last Release

1924d ago

Major Versions

v1.0.1 → v2.0.02017-03-15

v2.0.1 → v3.0.02020-05-15

v3.0.0 → v4.0.02021-02-03

PHP version history (3 changes)v1.0.0PHP &gt;=5.4.0

v3.0.0PHP ^7.2

v4.0.0PHP ^7.2|^8.0

### Community

Maintainers

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

---

Top Contributors

[![guilhermeportela](https://avatars.githubusercontent.com/u/47070564?v=4)](https://github.com/guilhermeportela "guilhermeportela (9 commits)")[![jeanjar](https://avatars.githubusercontent.com/u/6249816?v=4)](https://github.com/jeanjar "jeanjar (3 commits)")[![rayronvictor](https://avatars.githubusercontent.com/u/1683922?v=4)](https://github.com/rayronvictor "rayronvictor (2 commits)")[![sedir](https://avatars.githubusercontent.com/u/523134?v=4)](https://github.com/sedir "sedir (1 commits)")

---

Tags

laraveloauthsabia

### Embed Badge

![Health badge](/badges/lais-socialite-sabia-provider/health.svg)

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

###  Alternatives

[socialiteproviders/manager

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

42442.0M544](/packages/socialiteproviders-manager)[seoda/socialite-apple

Apple OAuth2 Provider for Laravel Socialite

1128.1k](/packages/seoda-socialite-apple)[laravel-uis/socialite-ui

A Laravel Socialite UI for the new Laravel Starter Kits

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

PHPackages © 2026

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