Libraries tagged by Block users
vasadibt/yii2-user
25 Downloads
Complete user module with login and lock page
tarun-singhal/page-lock
11 Downloads
For muti user access of the web-page then lock the same web page irrespective of browser using for a pre-defined time intervel.
dmitriikoziuk/yii2-web-backend-lock
99 Downloads
Redirect all not authenticated web user to login page.
dagelijksdutchgaming/flock-control
20 Downloads
A Pterodactyl Panel addon that allows users to start and stop all their servers at once
sureshinde/laravel-auth-checker
4 Downloads
Laravel Auth Checker allows you to log users authentication, devices authenticated from and lock intrusions.
dipso/lockedit-bundle
4 Downloads
This bundle locks content editing by user when another user is already editing it
chitosystems/silverstripe-editlock
2 Downloads
Prevents a CMS user from editing a record that another CMS user is currently editing
saav-tek/yii2-login-wd
18 Downloads
Lock a user account and disable login after a given number of consecutive failed attempts.
mygento/module-admin-inactivity
1557 Downloads
Adobe Commerce Auto Lock admin users by inactivity period
chisonm/applocker
1 Downloads
This package provides a simple and effective way to lock an application behind a password, ensuring that unauthorized users cannot access any routes or content without first entering the correct password.
freerkminnema/synchronized
1421 Downloads
A Laravel package that provides a `synchronized` function that uses atomic locks to prevent a critical section of code from running in parallel across multiple requests.
ar414/redis-lock
55 Downloads
Redis Pessimistic Lock uses redis keys: setnx, get, getset, del
codenamegary/l4-lock
3009 Downloads
A Laravel 4 package to lock down a site and require a simple username/password BEFORE auth is executed. Useful for doing things like locking down a site so a client can test before going live while without interfering with auth and other stock framework options.
avtonom/semaphore-bundle
2781 Downloads
A generic locking Symfony bundle for PHP, that uses named locks for semaphore acquire and release, to guarantee atomicity
lyoshenka/php-simple-lock
42 Downloads
A simple PHP advisory lock implementation. Uses flock() internally.