PHPackages                             lucor/laravel-auth-file-driver - 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. lucor/laravel-auth-file-driver

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

lucor/laravel-auth-file-driver
==============================

A File Authentication Driver for Laravel

0.9.1(11y ago)53453[1 issues](https://github.com/lucor/laravel-auth-file-driver/issues)MITPHPPHP &gt;=5.4.0

Since Dec 23Pushed 11y ago1 watchersCompare

[ Source](https://github.com/lucor/laravel-auth-file-driver)[ Packagist](https://packagist.org/packages/lucor/laravel-auth-file-driver)[ RSS](/packages/lucor-laravel-auth-file-driver/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (4)Versions (3)Used By (0)

File authentication driver for Laravel
======================================

[](#file-authentication-driver-for-laravel)

A File Authentication Driver for [Laravel](http://laravel.com).

[![Total Downloads](https://camo.githubusercontent.com/6e7d468d9966177f4ba9e429865df92264d2778af15f8d36eddb1e4ca6f4bde4/68747470733a2f2f706f7365722e707567782e6f72672f6c75636f722f6c61726176656c2d617574682d66696c652d6472697665722f646f776e6c6f6164732e706e67)](https://packagist.org/packages/lucor/laravel-auth-file-driver)[![Latest Stable Version](https://camo.githubusercontent.com/3f76cf76eec5d6361e519d0b8fadf2e5eaf08ac9c11b2852ecf776aa4ff3fd87/68747470733a2f2f706f7365722e707567782e6f72672f6c75636f722f6c61726176656c2d617574682d66696c652d6472697665722f762f737461626c652e706e67)](https://packagist.org/packages/lucor/laravel-auth-file-driver)[![Build Status](https://camo.githubusercontent.com/918a7d33a762b5666886db3afa9a7d5e72409ffaf24776aa15e23890404dfc6b/68747470733a2f2f7472617669732d63692e6f72672f6c75636f722f6c61726176656c2d617574682d66696c652d6472697665722e706e67)](https://travis-ci.org/lucor/laravel-auth-file-driver)

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

[](#installation)

### Composer

[](#composer)

As usual, install this package through Composer.

```
"require": {
    "lucor/laravel-auth-file-driver": "0.9.*"
}
```

### Service Provider configuration

[](#service-provider-configuration)

Add the service provider in `app/config/app.php` in the `providers` section:

```
'providers' => array(
	...
    'Lucor\Auth\AuthServiceProvider',
)
```

### Driver configuration

[](#driver-configuration)

Change the default driver in `app/config/auth.php`:

```
'driver' => 'file',
```

### Users configuration

[](#users-configuration)

Execute the config publish command:

`php artisan config:publish lucor/laravel-auth-file-driver`.

this will add the users configuration file in `app/config/packages/lucor/auth/users.php`.

Copyright and License
---------------------

[](#copyright-and-license)

This package is released under the MIT License. See the LICENSE file for details.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.7% 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 ~176 days

Total

2

Last Release

4347d ago

PHP version history (2 changes)0.9.0PHP &gt;=5.3.3

0.9.1PHP &gt;=5.4.0

### Community

Maintainers

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

---

Top Contributors

[![lucor](https://avatars.githubusercontent.com/u/313577?v=4)](https://github.com/lucor "lucor (6 commits)")[![atrakeur](https://avatars.githubusercontent.com/u/3091077?v=4)](https://github.com/atrakeur "atrakeur (1 commits)")

---

Tags

laravelauthfiledriver

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/lucor-laravel-auth-file-driver/health.svg)

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

###  Alternatives

[cesargb/laravel-magiclink

Create secure link for access to private data or login in Laravel without password

4571.3M](/packages/cesargb-laravel-magiclink)[orchestra/auth

Auth Component for Orchestra Platform

24108.5k3](/packages/orchestra-auth)[codebot/entrust

This package provides a flexible way to add Role-based Permissions to Laravel

1596.6k](/packages/codebot-entrust)[ingria/laravel-x509-auth

Laravel 5 Client Certificate auth middleware

375.6k](/packages/ingria-laravel-x509-auth)[setiawanhu/sanctum-auth

Laravel package for generating user authentication feature using Laravel Sanctum

132.8k](/packages/setiawanhu-sanctum-auth)

PHPackages © 2026

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