PHPackages                             superbalist/laravel-lusitanian-oauth-session-store - 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. superbalist/laravel-lusitanian-oauth-session-store

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

superbalist/laravel-lusitanian-oauth-session-store
==================================================

A Laravel session storage interface for the lusitanian/oauth library

1.0.0(10y ago)27.5kMITPHPPHP &gt;=5.3.0

Since Jan 28Pushed 9y ago39 watchersCompare

[ Source](https://github.com/Superbalist/laravel-lusitanian-oauth-session-store)[ Packagist](https://packagist.org/packages/superbalist/laravel-lusitanian-oauth-session-store)[ RSS](/packages/superbalist-laravel-lusitanian-oauth-session-store/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

laravel-lusitanian-oauth-session-store
======================================

[](#laravel-lusitanian-oauth-session-store)

A Laravel session storage interface for the lusitanian/oauth library

[![Author](https://camo.githubusercontent.com/abd4e3e2e71081ad01ef09a60c49d70c5e0677497f38918e740703cd02605078/687474703a2f2f696d672e736869656c64732e696f2f62616467652f617574686f722d40737570657262616c6973742d626c75652e7376673f7374796c653d666c61742d737175617265)](https://twitter.com/superbalist)[![StyleCI](https://camo.githubusercontent.com/906380ec5a43d61fbaa3205e2b5218d0d51e6f85b32713db0bcd6f4025d9dfd0/68747470733a2f2f7374796c6563692e696f2f7265706f732f35303531313130392f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/50511109)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Packagist Version](https://camo.githubusercontent.com/54bc6ee322c560eaf30e1fb9eb797a3243b566cb05cf5906c2fcddb17cf62cbf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f737570657262616c6973742f6c61726176656c2d6c75736974616e69616e2d6f617574682d73657373696f6e2d73746f72652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/superbalist/laravel-lusitanian-oauth-session-store)[![Total Downloads](https://camo.githubusercontent.com/3567dadfd177ff1b44f25eb40de7f386f069eed68fe20ad1b29118c230c5b3e1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f737570657262616c6973742f6c61726176656c2d6c75736974616e69616e2d6f617574682d73657373696f6e2d73746f72652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/superbalist/laravel-lusitanian-oauth-session-store)

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

[](#installation)

```
composer require superbalist/laravel-lusitanian-oauth-session-store
```

Usage
-----

[](#usage)

```
use App;
use OAuth\ServiceFactory;
use Superbalist\LusitanianOAuth\LaravelTokenSessionStore;

// this example demonstrates creating a github service

$factory = new ServiceFactory();
$store = App::make('session.store');
$storage = new LaravelTokenSessionStore($store);

$credentials = [
    '[[github key]]',
    '[[github secret]]',
    '[[url]]',
];

$gitHub = $factory->createService('GitHub', $credentials, $storage, array('user'));
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

3758d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8b8f533cf5a84c29d3860ee32356f0554ead023247638ea952353fc2f01b2e5d?d=identicon)[superbalist](/maintainers/superbalist)

---

Top Contributors

[![matthewgoslett](https://avatars.githubusercontent.com/u/1571743?v=4)](https://github.com/matthewgoslett "matthewgoslett (8 commits)")

---

Tags

laravellaravel4laravel4-packagelaravel5laravel5-packageoauth-libraryoauth2phpsuperbalist

### Embed Badge

![Health badge](/badges/superbalist-laravel-lusitanian-oauth-session-store/health.svg)

```
[![Health](https://phpackages.com/badges/superbalist-laravel-lusitanian-oauth-session-store/health.svg)](https://phpackages.com/packages/superbalist-laravel-lusitanian-oauth-session-store)
```

###  Alternatives

[artdarek/oauth-4-laravel

OAuth Service Provider for Laravel 4

693504.8k](/packages/artdarek-oauth-4-laravel)[laragear/webauthn

Authenticate users with Passkeys: fingerprints, patterns and biometric data.

403480.4k8](/packages/laragear-webauthn)[oriceon/oauth-5-laravel

OAuth Service Provider for Laravel 5

1851.5M](/packages/oriceon-oauth-5-laravel)[nodge/yii2-eauth

Yii2 EAuth Extension. EAuth allows to authenticate users with accounts on other websites (Google, Facebook, Twitter, etc).

19399.4k](/packages/nodge-yii2-eauth)[webfox/laravel-xero-oauth2

A Laravel integration for Xero using the Oauth 2.0 spec

58452.0k2](/packages/webfox-laravel-xero-oauth2)[juliomotol/laravel-auth-timeout

Authentication Timeout for Laravel

43132.1k](/packages/juliomotol-laravel-auth-timeout)

PHPackages © 2026

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