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

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

analogue/laravel-auth
=====================

AnalogueORM Authentication Driver for Laravel 5

v5.6.0(8y ago)66273[1 issues](https://github.com/analogueorm/laravel-auth/issues)MITPHPPHP &gt;=7.0

Since Mar 2Pushed 8y ago1 watchersCompare

[ Source](https://github.com/analogueorm/laravel-auth)[ Packagist](https://packagist.org/packages/analogue/laravel-auth)[ Docs](http://github.com/analogueorm/laravel-auth)[ RSS](/packages/analogue-laravel-auth/feed)WikiDiscussions 5.6 Synced today

READMEChangelog (8)Dependencies (8)Versions (28)Used By (0)

Analogue ORM - Laravel Authentication Driver
============================================

[](#analogue-orm---laravel-authentication-driver)

[![Build Status](https://camo.githubusercontent.com/0073df93d5654b7541ddb90229d3e3e4126ef6847dc77e4f2e8d81b7ee93e641/68747470733a2f2f7472617669732d63692e6f72672f616e616c6f6775656f726d2f6c61726176656c2d617574682e7376673f6272616e63683d352e36)](https://travis-ci.org/analogueorm/laravel-auth.svg?branch=5.6)[![Latest Version](https://camo.githubusercontent.com/6301bd92d35084641823d87a07fd8f0ade09ec371d1b8d36ed046057f9415e25/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f616e616c6f6775656f726d2f6c61726176656c2d617574682e7376673f7374796c653d666c61742d737175617265)](https://github.com/analogueorm/laravel-auth/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)

This package is an out-of-the-box [Analogue](https://github.com/analogueorm/analogue) authentication driver for Laravel 5. It replaces the Eloquent Model with an Analogue Entity, while using the default database structure found in the default laravel install.

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

[](#installation)

```

    composer require "analogue/laravel-auth"

```

Configuration
-------------

[](#configuration)

Add this line to the Service Providers in `config/app.php` :

```
Analogue\LaravelAuth\AnalogueAuthServiceProvider::class,

```

Then, in `auth.php`

Add a `analogue` provider right after the `users` provider. Of course, you can change the model to your own domain class.

config/auth.php :

```

    'providers' => [
        'analogue' => [
                'driver' => 'analogue',
                'model' => Analogue\LaravelAuth\User::class,
            ],

```

Then, change the providers used to authenticate in the `guards` section :

```

    'guards' => [
        'web' => [
            'driver' => 'session',
            'provider' => 'analogue',
        ],

        'api' => [
            'driver' => 'token',
            'provider' => 'users',
        ],

    ],

```

Licence
-------

[](#licence)

MIT

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 97.4% 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 ~41 days

Total

27

Last Release

3067d ago

Major Versions

4.0.x-dev → v5.0.42015-03-27

PHP version history (4 changes)v5.0PHP &gt;=5.4.0

v5.1PHP &gt;=5.5.0

5.4.x-devPHP &gt;=5.6.4

v5.6.0PHP &gt;=7.0

### Community

Maintainers

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

---

Top Contributors

[![RemiCollin](https://avatars.githubusercontent.com/u/9589616?v=4)](https://github.com/RemiCollin "RemiCollin (38 commits)")[![Evertt](https://avatars.githubusercontent.com/u/1267282?v=4)](https://github.com/Evertt "Evertt (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[directorytree/ldaprecord-laravel

LDAP Authentication &amp; Management for Laravel.

5752.3M18](/packages/directorytree-ldaprecord-laravel)[illuminate/auth

The Illuminate Auth package.

10528.2M1.2k](/packages/illuminate-auth)[althinect/filament-spatie-roles-permissions

3481.1M10](/packages/althinect-filament-spatie-roles-permissions)[masterix21/laravel-licensing

Laravel licensing package with polymorphic assignment to any model, activation keys, expirations/renewals, and seat control via LicenseUsage. Supports offline verification with public-key–signed tokens, a CLI to generate/rotate/revoke keys, and an extensible architecture via config and contracts.

1563.1k4](/packages/masterix21-laravel-licensing)

PHPackages © 2026

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