yiirocks / voyti-lockout
Brute-force login and registration lockout for Voyti
Fund package maintenance!
1.0.1
2026-08-20 09:58 UTC
Requires
- php: >=8.3
- psr/simple-cache: ^2.0 || ^3.0
- yiirocks/voyti: ^1.0
Requires (Dev)
- friendsofphp/php-cs-fixer: @stable
- infection/infection: ^0.34.0
- nyholm/psr7: ^1.8
- phpunit/phpunit: @stable
- rector/rector: ^2.1.1
- vimeo/psalm: ^6.0
- yiisoft/cache: ^3.0
- yiisoft/code-style: ^1.1
- yiisoft/config: ^1.6
- yiisoft/db-sqlite: ^2.0
- yiisoft/di: *
- yiisoft/dummy-provider: ^1.0
This package is auto-updated.
Last update: 2026-08-20 10:24:33 UTC
README
Brute-force protection for Voyti authentication endpoints. Tracks failed login and registration attempts per IP address and blocks further attempts, even with correct credentials, once a configurable threshold is reached.
Stats for Nerds
Installation
composer require yiirocks/voyti-lockout
Documentation
The complete reference guide is available at Yii.Rocks.