PHPackages                             nonoesp/authenticate - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. nonoesp/authenticate

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

nonoesp/authenticate
====================

A Laravel helper package for frequently-used operations—so you don't have to think.

7.0(6y ago)0288MITPHP

Since Nov 1Pushed 6y ago1 watchersCompare

[ Source](https://github.com/nonoesp/laravel-authenticate)[ Packagist](https://packagist.org/packages/nonoesp/authenticate)[ RSS](/packages/nonoesp-authenticate/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (3)Versions (47)Used By (0)

Laravel authentication package
==============================

[](#laravel-authentication-package)

Simple authentication for Laravel.

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

[](#installation)

```
composer require nonoesp/authenticate

```

Next, add the following middlewares to your `app/Http/Kernel.php` file.

- `LoginMiddleware` · restricts routes to logged users
- `RememberMiddleware` · remembers logged users

```
protected $middleware = [
        /// nonoesp/authenticate
        // TODO - verify we need these first two here
        \Illuminate\Session\Middleware\StartSession::class,
        \Illuminate\View\Middleware\ShareErrorsFromSession::class,
        \Nonoesp\Authenticate\Middleware\RememberLogin::class,
        /// ...
];

protected $routeMiddleware = [
        /// nonoesp/authenticate
        'login' => \Nonoesp\Authenticate\Middleware\RequireLogin::class,
        /// ...
];
```

Optionally, publish and customize [configuration file](config/config.php).

```
php artisan vendor:publish --provider="Nonoesp\Authenticate\AuthenticateServiceProvider" --tag=config

```

License
-------

[](#license)

Authenticate is licensed under the MIT license. ()

Me
--

[](#me)

Hi. I'm [Nono Martínez Alonso](https://nono.ma/about) (Nono.MA), a computational designer with a penchant for simplicity.

I host [Getting Simple](https://gettingsimple.com)—a podcast about how you can live a meaningful, creative, simple life—[sketch](https://sketch.nono.ma) things that call my attention, and [write](https://gettingsimple.com/writing) about enjoying a slower life.

If you find this pacakge useful in any way, reach out on Twitter at [@nonoesp](https://twitter.com/nonoesp). Cheers!

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity76

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

Recently: every ~3 days

Total

46

Last Release

2255d ago

Major Versions

v1.4.0 → 5.1.x-dev2016-07-24

v1.4.03 → 5.2.02016-07-24

5.7.0 → 6.02019-09-12

6.0.3 → 7.02020-03-03

### Community

Maintainers

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

---

Top Contributors

[![nonoesp](https://avatars.githubusercontent.com/u/1243210?v=4)](https://github.com/nonoesp "nonoesp (90 commits)")

---

Tags

authenticatecomposerlaravelloginphptwitter

### Embed Badge

![Health badge](/badges/nonoesp-authenticate/health.svg)

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

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[illuminate/pipeline

The Illuminate Pipeline package.

9346.6M213](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10532.5M862](/packages/illuminate-pagination)[spatie/laravel-pjax

A pjax middleware for Laravel 5

513371.8k11](/packages/spatie-laravel-pjax)[spatie/laravel-mix-preload

Add preload and prefetch links based your Mix manifest

169176.0k2](/packages/spatie-laravel-mix-preload)[illuminate/cookie

The Illuminate Cookie package.

224.3M122](/packages/illuminate-cookie)

PHPackages © 2026

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