PHPackages                             refbytes/laravel-outseta - 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. refbytes/laravel-outseta

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

refbytes/laravel-outseta
========================

Integrate Outseta registration, login, and internal user creation with Laravel.

v1.3.4(3mo ago)1448[1 issues](https://github.com/refbytes/laravel-outseta/issues)[3 PRs](https://github.com/refbytes/laravel-outseta/pulls)MITPHPPHP ^8.4||^8.3CI passing

Since Jan 7Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/refbytes/laravel-outseta)[ Packagist](https://packagist.org/packages/refbytes/laravel-outseta)[ Docs](https://github.com/refbytes/laravel-outseta)[ GitHub Sponsors](https://github.com/RefBytes)[ RSS](/packages/refbytes-laravel-outseta/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (10)Dependencies (14)Versions (33)Used By (0)

Integrate Outseta with Laravel
==============================

[](#integrate-outseta-with-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/8a9b9eb77c9dc6fa33c0c3a054d410c2faaa40135951e3e1357d42e9f2247cfb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f72656662797465732f6c61726176656c2d6f7574736574612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/refbytes/laravel-outseta)[![GitHub Tests Action Status](https://camo.githubusercontent.com/55f0b331304d97fa3c5240d1d754914150b3cfb6d7f7cee68112807c80c5458c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f72656662797465732f6c61726176656c2d6f7574736574612f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/refbytes/laravel-outseta/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/71ab3967fae838c45d37006680f936b9ef8733a709155ad5ca29956b222f5b77/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f72656662797465732f6c61726176656c2d6f7574736574612f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/refbytes/laravel-outseta/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/d73949b28f19f4d91e5c9d0c6481945b146c91e958814447cadb0a9a819d7750/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f72656662797465732f6c61726176656c2d6f7574736574612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/refbytes/laravel-outseta)

This [Laravel](https://laravel.com) package integrates [Outseta](http://www.outseta.com/?via=laravel) registration, login, and internal user creation with Laravel. It also includes a webhook configuration for receiving Outseta events.

[![Intro to Outseta for Laravel](https://camo.githubusercontent.com/5987df7fcaa20ba68161fe98736bb972cec4a457bbad4e0e9e771be59766dafa/68747470733a2f2f696d672e796f75747562652e636f6d2f76692f656c3354764d56735252382f302e6a7067)](https://www.youtube.com/watch?v=el3TvMVsRR8&rel=0)

Note

If you don't already have an account, you can register for a an [Outseta account](http://www.outseta.com/?via=laravel). This is an affiliate link that helps me keep the lights on.

Usage
-----

[](#usage)

In order to use this package, you'll need to have an [Outseta account](http://www.outseta.com/?via=laravel). Once you account is created, you can follow these steps to get started. A full integration guide is provided in the [wiki](https://github.com/refbytes/laravel-outseta/wiki).

### Outseta Account

[](#outseta-account)

Copy the subdomain portion of your Outseta URL to `OUTSETA_SUBDOMAIN` in your .env file. The subdomain can be copied from your browser's address bar. It can also be viewed and changed by going to Settings -&gt; General -&gt; Outseta URL.

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

[](#installation)

You can install the package via composer:

```
composer require refbytes/laravel-outseta
```

The included migrations create an accounts table and adds an account\_id column to your users table. If you need to customize the models used by this package you can specify them in the config file using `.env` keys.

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="outseta-migrations"
php artisan migrate
```

In order to integrate the Outseta Authentication, you need to add the Quick Start script to the header of every page. You can do this be adding the included component to the `` section of your layouts.

```

```

There are a few configuration options that are required to be set up in your `.env` file and several optional settings depending on your app:

```
OUTSETA_SUBDOMAIN=
OUTSETA_PUBLIC_KEY=
OUTSETA_WEBHOOK_KEY=

OUTSETA_REDIRECT_AFTER_LOGIN= # default is /dashboard
OUTSETA_REDIRECT_IF_NOT_SUBSCRIBED= # default is /
```

If you choose to, you can publish the config file with:

```
php artisan vendor:publish --tag="outseta-config"
```

Features
--------

[](#features)

- Registration
- Authentication
- Subscription Checking
- Webhooks with Events
- Update Addon Usage
- Track Custom Activity

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance62

Regular maintenance activity

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 89.5% 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 ~17 days

Recently: every ~51 days

Total

26

Last Release

94d ago

Major Versions

v0.8.3 → v1.0.02025-03-26

PHP version history (2 changes)v0.1.0PHP ^8.4

v0.2.0PHP ^8.4||^8.3

### Community

Maintainers

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

---

Top Contributors

[![jonfackrell](https://avatars.githubusercontent.com/u/2992230?v=4)](https://github.com/jonfackrell "jonfackrell (94 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (6 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (5 commits)")

---

Tags

laravelRefByteslaravel-outseta

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/refbytes-laravel-outseta/health.svg)

```
[![Health](https://phpackages.com/badges/refbytes-laravel-outseta/health.svg)](https://phpackages.com/packages/refbytes-laravel-outseta)
```

###  Alternatives

[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k98.0M1.3k](/packages/spatie-laravel-permission)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.3M42](/packages/spatie-laravel-pdf)[spatie/laravel-passkeys

Use passkeys in your Laravel app

470755.5k32](/packages/spatie-laravel-passkeys)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3913.7k](/packages/rawilk-profile-filament-plugin)[jeffgreco13/filament-breezy

A custom package for Filament with login flow, profile and teams support.

1.0k1.9M53](/packages/jeffgreco13-filament-breezy)[dutchcodingcompany/filament-socialite

Social login for Filament through Laravel Socialite

2191.1M10](/packages/dutchcodingcompany-filament-socialite)

PHPackages © 2026

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