PHPackages                             elsayed85/filament-lockscreen - 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. elsayed85/filament-lockscreen

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

elsayed85/filament-lockscreen
=============================

This is my package filament-lockscreen

v3.1(3y ago)04MITPHP

Since Sep 16Pushed 3y agoCompare

[ Source](https://github.com/elsayed85/filament-lockscreen)[ Packagist](https://packagist.org/packages/elsayed85/filament-lockscreen)[ Docs](https://github.com/marjose123/filament-lockscreen)[ RSS](/packages/elsayed85-filament-lockscreen/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (11)Versions (3)Used By (0)

***Give an ability to the user to lock their access without logging out of the system for a break.***

[![Latest Version on Packagist](https://camo.githubusercontent.com/c691ba54886f618f87a5d508b557ac68c897cc5a02c7377c5f61bd718a9eb549/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d61726a6f73653132332f66696c616d656e742d6c6f636b73637265656e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/marjose123/filament-lockscreen)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/eee090bf4627d5b3003611f0778c1e199983f15ce751f22a8f5fe36308622dfe/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6d61726a6f73653132332f66696c616d656e742d6c6f636b73637265656e2f466978253230504850253230636f64652532307374796c652532306973737565733f6c6162656c3d636f64652532307374796c65)](https://github.com/marjose123/filament-lockscreen/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/bd37b824e383a0750dfb0cb6507d39144590601e100fde68703ed7219d52cc0d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d61726a6f73653132332f66696c616d656e742d6c6f636b73637265656e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/marjose123/filament-lockscreen)

[![LockScreen](/art/Filament%20Lock%20screen.png "LockScreen")](/art/Filament%20Lock%20screen.png)

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

[](#installation)

You can install the package via composer:

```
composer require marjose123/filament-lockscreen
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="filament-lockscreen-views"
```

Add this middleware `Locker::class` to your `Filament Config` and you're ready to go

```
// use lockscreen\FilamentLockscreen\Http\Middleware\Locker;

    'middleware' => [
        'auth' => [
          //....
            Locker::class,
        ],
       // .....
    ],
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Marjose](https://github.com/MarJose123)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.5% 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 ~0 days

Total

2

Last Release

1331d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9f6465ef2e90074d5a323bf893bb1ab9a7b5af7bf61d1001f85a8448d8fb257d?d=identicon)[elsayed851999](/maintainers/elsayed851999)

---

Top Contributors

[![MarJose123](https://avatars.githubusercontent.com/u/18107626?v=4)](https://github.com/MarJose123 "MarJose123 (21 commits)")[![elsayed85](https://avatars.githubusercontent.com/u/41492621?v=4)](https://github.com/elsayed85 "elsayed85 (2 commits)")[![nicolasbaud](https://avatars.githubusercontent.com/u/63586531?v=4)](https://github.com/nicolasbaud "nicolasbaud (1 commits)")

---

Tags

laravelMarJose123filament-lockscreen

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/elsayed85-filament-lockscreen/health.svg)

```
[![Health](https://phpackages.com/badges/elsayed85-filament-lockscreen/health.svg)](https://phpackages.com/packages/elsayed85-filament-lockscreen)
```

###  Alternatives

[guava/calendar

Adds support for vkurko/calendar to Filament PHP.

298241.0k3](/packages/guava-calendar)[pboivin/filament-peek

Full-screen page preview modal for Filament

253319.6k12](/packages/pboivin-filament-peek)[dotswan/filament-map-picker

Easily pick and retrieve geo-coordinates using a map-based interface in your Filament applications.

124139.3k2](/packages/dotswan-filament-map-picker)[marjose123/filament-lockscreen

Give an ability to the user to lock their access session without logging out of the system for a break.

6040.9k2](/packages/marjose123-filament-lockscreen)[creagia/filament-code-field

A Filamentphp input field to edit or view code data.

58289.3k3](/packages/creagia-filament-code-field)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)

PHPackages © 2026

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