PHPackages                             jetiradoro/laravel-session-manager - 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. jetiradoro/laravel-session-manager

ActiveLaravel-package[Authentication &amp; Authorization](/categories/authentication)

jetiradoro/laravel-session-manager
==================================

Manage current sessions in laravel application

1.0.1(7y ago)433[1 issues](https://github.com/jetiradoro/laravel-session-manager/issues)MITPHPPHP &gt;=7.0

Since Dec 7Pushed 7y ago1 watchersCompare

[ Source](https://github.com/jetiradoro/laravel-session-manager)[ Packagist](https://packagist.org/packages/jetiradoro/laravel-session-manager)[ Docs](https://github.com/jetiradoro/laravel-session-manager)[ RSS](/packages/jetiradoro-laravel-session-manager/feed)WikiDiscussions master Synced yesterday

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

Laravel Session Manager
=======================

[](#laravel-session-manager)

This module allow manage users connected in own laravel app and force logout and destroy old sessions.

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

[](#installation)

1. With Composer : download files

```
composer require jetiradoro/laravel-session-manager

```

2. Proceed to install module

```
> php artisan session-manager:install

```

This process modify variables .env file, execute migrations and config params for fine work.

Now you can got to **http://\[url\_your\_app\]/admin/current-connections** and you looks sessions which are equal or more than 10 minutes without any request.

Customization
-------------

[](#customization)

If you want custom propierties in this plugins you can publish files:

```
> php artisan vendor:publish --provider="\Jetiradoro\SessionManager\SessionManagerServiceProvider"

```

### session-manager.php config file

[](#session-managerphp-config-file)

You will can set:

- max time of inhactivity
- messages of transactions
- Custom routes for use.

Install process modify an add variables in your *.env* file, set **SESSION\_DRIVER** to 'DATABASE' and add **SM\_ROUTES** variable with a true value.

If you want change deafult routes you need set this variable to false, and modify **session-manager.php** config file to new routes.

> This plugin uses vue.js and axios, in view layout load this libraries moreover necessary app.js file. If you want change main layout is necessary that you load app.js file

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

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

Total

3

Last Release

2668d ago

Major Versions

v0.1.0 → 1.0.02019-01-20

### Community

Maintainers

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

---

Top Contributors

[![jetiradoro](https://avatars.githubusercontent.com/u/10484806?v=4)](https://github.com/jetiradoro "jetiradoro (6 commits)")

---

Tags

laravelUserssessionsjetiradoro

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jetiradoro-laravel-session-manager/health.svg)

```
[![Health](https://phpackages.com/badges/jetiradoro-laravel-session-manager/health.svg)](https://phpackages.com/packages/jetiradoro-laravel-session-manager)
```

###  Alternatives

[olssonm/l5-very-basic-auth

Laravel stateless HTTP basic auth without the need for a database

1662.5M1](/packages/olssonm-l5-very-basic-auth)[tomatophp/filament-users

Manage your users with a highly customizable user resource for FilamentPHP with integration of filament-shield and filament-impersonate

90102.0k7](/packages/tomatophp-filament-users)[scaler-tech/laravel-saml2

SAML2 Service Provider integration for Laravel applications, based on OneLogin toolkit

2737.5k](/packages/scaler-tech-laravel-saml2)[truckersmp/steam-socialite

Laravel Socialite provider for Steam OpenID.

1516.7k](/packages/truckersmp-steam-socialite)[pschocke/laravel-telegram-login-widget

Easily integrate Telegrams login widget into your Laravel application to send Telegram messages

1610.4k](/packages/pschocke-laravel-telegram-login-widget)

PHPackages © 2026

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