PHPackages                             reed/auth - 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. reed/auth

Abandoned → [illuminate/auth](/?search=illuminate%2Fauth)ArchivedLibrary[Authentication &amp; Authorization](/categories/authentication)

reed/auth
=========

Multi-Auth for Laravel 5.1.

v1.0.20(9y ago)13231MITPHPPHP &gt;=5.6.4

Since Jul 11Pushed 7y ago1 watchersCompare

[ Source](https://github.com/tylernathanreed/laravel-auth)[ Packagist](https://packagist.org/packages/reed/auth)[ Docs](http://tylernathanreed.com)[ RSS](/packages/reed-auth/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (12)Versions (22)Used By (0)

Multi-Auth for Laravel 5.1
==========================

[](#multi-auth-for-laravel-51)

[![Latest Stable Version](https://camo.githubusercontent.com/d8ef519305c6850297612af3eef5f6d006750bf3e3b603b123f4c773bbdc9d37/68747470733a2f2f706f7365722e707567782e6f72672f726565642f617574682f76657273696f6e2e706e67)](https://packagist.org/packages/reed/auth)[![Total Downloads](https://camo.githubusercontent.com/51088c875e2845a503f52cc75dc87c6b461dfe617df92a2c89962e875a74f7e4/68747470733a2f2f706f7365722e707567782e6f72672f726565642f617574682f642f746f74616c2e706e67)](https://packagist.org/packages/reed/auth)

This is a mostly drop-in replacement for Laravel 5.2's Multi-Auth for Laravel 5.1. Most of the source core for this project comes from Laravel 5.2, and is just refactored to work with 5.1.

***Deprecation Notice:*** With the final end of Laravel 5.1 being behind us, I am marking this package as abandoned. By now, everyone should be using Laravel 5.5 or greater. While I may still provide periodic updates, I am no longer officially maintaining this package.

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

[](#installation)

### Composer

[](#composer)

Require this package with composer:

```
composer require reed/auth

```

### Service Providers

[](#service-providers)

After updating composer, add the Service Provider to the providers array in `config/app.php`.

```
Reed\Auth\AuthServiceProvider::class

```

To avoid conflicts, you should also remove Laravel's Auth Provider.

```
// Illuminate\Auth\AuthServiceProvider::class,

```

However, you should keep Laravel's Auth Facade, as this package just replaces the underlying singleton.

### Configuration

[](#configuration)

Go ahead and grab yourself a copy of [Laravel 5.2's configuration file](https://raw.githubusercontent.com/laravel/laravel/master/config/auth.php). The old configuration file won't work, and you'll probably want to configure this one to match your settings.

### Replacement

[](#replacement)

Any references to Laravel 5.1's Authorization Layer isn't going to work anymore. You'll want to swap them out with the new components. Here are the new class paths:

- `Illuminate\Auth\*` =&gt; `Reed\Auth\*`
- `Illuminate\Contracts\Auth\*` =&gt; `Reed\Auth\Contracts\*`
- `Illuminate\Foundation\Auth\*` =&gt; `Reed\Auth\Foundation\*`

Common places to find these are:

- `Authenticate` and `RedirectIfAuthenticated` Middlewares
- The `User` Model

Usage
-----

[](#usage)

It's exactly the same as Multi-Auth in Laravel 5.2, so I'll refer you to the [documentation](https://laravel.com/docs/5.2/authentication).

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity67

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

Total

21

Last Release

3519d ago

PHP version history (2 changes)v1.0.0PHP &gt;=5.5.9

v1.0.16PHP &gt;=5.6.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6486381?v=4)[Tyler](/maintainers/tylernathanreed)[@tylernathanreed](https://github.com/tylernathanreed)

---

Top Contributors

[![tylernathanreed](https://avatars.githubusercontent.com/u/6486381?v=4)](https://github.com/tylernathanreed "tylernathanreed (7 commits)")

---

Tags

laravelauthmulti-auth

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/reed-auth/health.svg)

```
[![Health](https://phpackages.com/badges/reed-auth/health.svg)](https://phpackages.com/packages/reed-auth)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M345](/packages/psalm-plugin-laravel)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M125](/packages/roots-acorn)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k15.1M129](/packages/laravel-pulse)[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k102.4M1.3k](/packages/spatie-laravel-permission)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M143](/packages/laravel-mcp)[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.5k91.9M588](/packages/laravel-passport)

PHPackages © 2026

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