PHPackages                             catlabinteractive/laravel-catlab-accounts - 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. catlabinteractive/laravel-catlab-accounts

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

catlabinteractive/laravel-catlab-accounts
=========================================

Oauth-Openid client for the catlab authentication api for Ll

v4.0.0(4y ago)01.0k↓39.5%MITPHP

Since Oct 17Pushed 4y ago1 watchersCompare

[ Source](https://github.com/CatLabInteractive/laravel-catlab-accounts)[ Packagist](https://packagist.org/packages/catlabinteractive/laravel-catlab-accounts)[ RSS](/packages/catlabinteractive-laravel-catlab-accounts/feed)WikiDiscussions master Synced 1mo ago

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

Laravel library to use catlab-accounts
======================================

[](#laravel-library-to-use-catlab-accounts)

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

[](#installation)

- Add to your app config providers:

```
   \CatLab\Accounts\Client\CatLabAccountsServiceProvider::class,
   \SocialiteProviders\Manager\ServiceProvider::class,

```

- Add to aliases:

```
    'Socialite' => Laravel\Socialite\Facades\Socialite::class,

```

- Add to your (web)routes:

```
\CatLab\Accounts\Client\Controllers\LoginController::setRoutes();

```

- Add to EventServiceProvider

```
/**
 * The event listener mappings for the application.
 *
 * @var array
 */
protected $listen = [
    \SocialiteProviders\Manager\SocialiteWasCalled::class => [
        CatLabExtendSocialite::class
    ],
];

```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

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

Recently: every ~220 days

Total

8

Last Release

1512d ago

Major Versions

v1.2.2 → v4.0.02022-03-29

### Community

Maintainers

![](https://www.gravatar.com/avatar/6e6016e16c88f6c0d2f3a70340123494278a082167068c53f698f65553b21a61?d=identicon)[catlab](/maintainers/catlab)

---

Top Contributors

[![daedeloth](https://avatars.githubusercontent.com/u/1168599?v=4)](https://github.com/daedeloth "daedeloth (26 commits)")

### Embed Badge

![Health badge](/badges/catlabinteractive-laravel-catlab-accounts/health.svg)

```
[![Health](https://phpackages.com/badges/catlabinteractive-laravel-catlab-accounts/health.svg)](https://phpackages.com/packages/catlabinteractive-laravel-catlab-accounts)
```

###  Alternatives

[socialiteproviders/microsoft

Microsoft OAuth2 Provider for Laravel Socialite

326.1M13](/packages/socialiteproviders-microsoft)[socialiteproviders/apple

Apple OAuth2 Provider for Laravel Socialite

618.4M8](/packages/socialiteproviders-apple)[socialiteproviders/instagram

Instagram OAuth2 Provider for Laravel Socialite

421.9M5](/packages/socialiteproviders-instagram)[socialiteproviders/microsoft-azure

Microsoft Azure OAuth2 Provider for Laravel Socialite

556.0M19](/packages/socialiteproviders-microsoft-azure)[socialiteproviders/laravelpassport

LaravelPassport OAuth2 Provider for Laravel Socialite

621.3M7](/packages/socialiteproviders-laravelpassport)[socialiteproviders/discord

Discord OAuth2 Provider for Laravel Socialite

422.0M17](/packages/socialiteproviders-discord)

PHPackages © 2026

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