PHPackages                             smony/filament-user-sessions - 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. [Admin Panels](/categories/admin)
4. /
5. smony/filament-user-sessions

ActiveLibrary[Admin Panels](/categories/admin)

smony/filament-user-sessions
============================

View all active user sessions and force-logout any user from your Filament admin panel.

v2.3.0(1mo ago)4342[2 issues](https://github.com/Smony/filament-user-sessions/issues)MITPHPPHP ^8.2

Since Jul 3Pushed 1mo agoCompare

[ Source](https://github.com/Smony/filament-user-sessions)[ Packagist](https://packagist.org/packages/smony/filament-user-sessions)[ RSS](/packages/smony-filament-user-sessions/feed)WikiDiscussions main Synced 1w ago

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

Filament User Sessions
======================

[](#filament-user-sessions)

[![Latest Version](https://camo.githubusercontent.com/815f89d7b4be74dda9a73de4500acbd8672a003c597a86076a284d80e10bf688/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736d6f6e792f66696c616d656e742d757365722d73657373696f6e732e737667)](https://packagist.org/packages/smony/filament-user-sessions)[![Total Downloads](https://camo.githubusercontent.com/bcdebadc2e44e984e00353aa465eb89de3da9f5c8110cb8fbb218e9e2db7282a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736d6f6e792f66696c616d656e742d757365722d73657373696f6e732e737667)](https://packagist.org/packages/smony/filament-user-sessions)[![License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](LICENSE.md)

See every active session across your app — who's logged in, from where, on what device — and force-logout anyone with one click, right from your Filament admin panel.

Requirements
------------

[](#requirements)

- Laravel with `SESSION_DRIVER=database` (this plugin reads the `sessions` table, so file/cookie/array drivers won't work)
- Filament v4

> Still on Filament v3? Use `composer require smony/filament-user-sessions:^1.0` instead.

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

[](#installation)

```
composer require smony/filament-user-sessions
```

Make sure you have the sessions table migration (Laravel ships one, or generate it):

```
php artisan session:table
php artisan migrate
```

Register the plugin in your Panel Provider:

```
use Smony\FilamentUserSessions\FilamentUserSessionsPlugin;

public function panel(Panel $panel): Panel
{
    return $panel
        // ...
        ->plugin(FilamentUserSessionsPlugin::make());
}
```

What you get
------------

[](#what-you-get)

- A **Sessions** page listing every active session: user, IP address, parsed device/browser, last activity
- An **"Online now"** stat widget
- A **Revoke** action to instantly force-logout any session (except your own current one)
- Bulk revoke for cleaning up stale sessions

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

[](#configuration)

Optionally publish the config to change the sessions table name or the "online" threshold:

```
php artisan vendor:publish --tag=filament-user-sessions-config
```

License
-------

[](#license)

MIT

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance82

Actively maintained with recent releases

Popularity22

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

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

Total

8

Last Release

32d ago

Major Versions

v1.0.0 → v2.0.02026-07-03

### Community

Maintainers

![](https://www.gravatar.com/avatar/829dd222d51ab9b4ea78f272ea0b844e255eea0f3d90f70db9dcb266c848c709?d=identicon)[Smony](/maintainers/Smony)

---

Tags

laravelsecurityadminsessionsfilament

### Embed Badge

![Health badge](/badges/smony-filament-user-sessions/health.svg)

```
[![Health](https://phpackages.com/badges/smony-filament-user-sessions/health.svg)](https://phpackages.com/packages/smony-filament-user-sessions)
```

###  Alternatives

[mradder/filament-logger

Audit logging, activity tracking, exports, alerts, and dashboards for Filament admin panels.

2324.4k1](/packages/mradder-filament-logger)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3915.5k](/packages/rawilk-profile-filament-plugin)

PHPackages © 2026

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