ali1 / brute-force-shield
This package is abandoned and no longer maintained.
The author suggests using the ali1/cakephp-bruteforce package instead.
Archived storage-agnostic brute-force protection engine.
1.0.3
2020-02-22 21:29 UTC
Requires
- php: >=7.2
- ext-json: *
Requires (Dev)
- fig-r/psr2r-sniffer: dev-master
- phpstan/phpstan: 0.12
- phpunit/phpunit: ^8.0
This package is auto-updated.
Last update: 2026-08-02 22:13:56 UTC
README
This storage-agnostic engine is archived and is no longer the implementation used by production CakePHP applications. It remains available only for existing non-CakePHP users and historical reference.
For CakePHP 5 applications, use
ali1/cakephp-bruteforce. That package now contains the complete limiter,
CakePHP cache integration, locking, safe logging, proxy-bypass backstop, and current PHP/CakePHP support.
No new security fixes should be added here and then assumed to protect CakePHP consumers; make them in the CakePHP plugin instead.
Legacy requirements
- PHP 7.2+
- A caller-supplied persistent store
Legacy tests
composer test