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

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

masuresh124/auth-idle
=====================

This package is used to track the auth activity is idle

2.0(4d ago)244MITPHPPHP &gt;=7.1.0

Since Jan 7Pushed 6mo ago1 watchersCompare

[ Source](https://github.com/masuresh124/auth-idle)[ Packagist](https://packagist.org/packages/masuresh124/auth-idle)[ Docs](https://github.com/masuresh124/auth-idle)[ RSS](/packages/masuresh124-auth-idle/feed)WikiDiscussions master Synced today

READMEChangelog (4)Dependencies (2)Versions (7)Used By (0)

Laravel Auth Idle Activity
==========================

[](#laravel-auth-idle-activity)

This plugin offer an intuitive, user-friendly script where users can easily capture the session idle activitity of a user

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

[](#installation)

Install laravel auth idle component with the composer

```
 composer require masuresh124/auth-idle
```

Run the following command to publish the service provider

```
  php artisan vendor:publish --provider="Masuresh124\AuthIdle\Providers\AuthIdleProvider"
```

Add the following code in config\\app.php

```
 return [
  .
  .
  .
'providers'   =>[
  .
  .
  Masuresh124\AuthIdle\Providers\AuthIdleProvider::class
]
  ];
```

In `app\Http\Kernel.php` add the following middleware

```
     protected $routeMiddleware = [
        .
        .
        'auth-idle'      => \Masuresh124\AuthIdle\Http\Middleware\AuthIdleMiddleware::class,
    ];
```

In `routes/web.php` add the following middleware for routes

```
  Auth::routes();

  Route::middleware(['auth', 'auth-idle'])->group(function () {
    Route::get('/dashboard', [App\Http\Controllers\HomeController::class, 'index'])->name('dashboard');
});
```

Updating
--------

[](#updating)

If the package is already installed and you are trying to update it to the latest version, please follow the instructions below:

- Take a backup of the existing config file located at app/config/auth-idle.php.
- Run the following commands:

**Note: The commands below will replace the existing config file with the new one. After that, compare the new config file with your backup and add any missing values as needed.**

```
  composer require masuresh124/auth-idle
  php artisan vendor:publish --provider="Masuresh124\AuthIdle\Providers\AuthIdleProvider"  --tag="config-auth-idle" --force
```

Badges
------

[](#badges)

[![MIT License](https://camo.githubusercontent.com/784362b26e4b3546254f1893e778ba64616e362bd6ac791991d2c9e880a3a64e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d677265656e2e737667)](https://choosealicense.com/licenses/mit/)

Authors
-------

[](#authors)

- [@Suresh M A](https://github.com/masuresh124)

Features
--------

[](#features)

- Capture the user idle activity
- Can add custom time
- Add custom conditions

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance67

Regular maintenance activity

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 71.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 ~107 days

Recently: every ~134 days

Total

6

Last Release

4d ago

Major Versions

1.0.4 → 2.02026-06-29

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/153027904?v=4)[Suresh M A](/maintainers/masuresh124)[@masuresh124](https://github.com/masuresh124)

---

Top Contributors

[![sureshaigs](https://avatars.githubusercontent.com/u/176040993?v=4)](https://github.com/sureshaigs "sureshaigs (5 commits)")[![masuresh124](https://avatars.githubusercontent.com/u/153027904?v=4)](https://github.com/masuresh124 "masuresh124 (2 commits)")

### Embed Badge

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

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

###  Alternatives

[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135224.7k7](/packages/statamic-rad-pack-runway)[jeremy379/laravel-openid-connect

OpenID Connect support to the PHP League's OAuth2 Server. Compatible with Laravel Passport.

59437.0k9](/packages/jeremy379-laravel-openid-connect)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21318.6k3](/packages/ecotone-laravel)

PHPackages © 2026

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