Download the PHP package evozon-php/simple-bruteforce-bundle without Composer
On this page you can find all versions of the php package evozon-php/simple-bruteforce-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download evozon-php/simple-bruteforce-bundle
More information about evozon-php/simple-bruteforce-bundle
Files in evozon-php/simple-bruteforce-bundle
Download evozon-php/simple-bruteforce-bundle
More information about evozon-php/simple-bruteforce-bundle
Files in evozon-php/simple-bruteforce-bundle
Vendor evozon-php
Package simple-bruteforce-bundle
Short Description Symfony 3+ Simple Brute Force Bundle
License MIT
Homepage https://github.com/Evozon-PHP/SimpleBruteForceBundle
Package simple-bruteforce-bundle
Short Description Symfony 3+ Simple Brute Force Bundle
License MIT
Homepage https://github.com/Evozon-PHP/SimpleBruteForceBundle
Please rate this library. Is it a good library?
Informations about the package simple-bruteforce-bundle
SimpleBruteForceBundle
Very simple Symfony Bundle to count failed login attempts and block users which try too often.
Installation
Register bundle
Configuration
Customize blocking
Symfony will dispatch a security.authentication.failure
event via it's Security component. We listen on that event (AuthenticationFailedSubscriber::onAuthenticationFailure()
) and use voters to decide if we increment the number of failed login attempts for the user.
To add your own voter, simply tag it with simple_brute_force.security.voter
.
Todo
- Create multiple adapters to store failed logins: Redis, Memcached, file, etc. Main benefits would be to skip DB altogether.
- Send and format response content according to
Accept
request header. - Add unit tests
All versions of simple-bruteforce-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
doctrine/orm Version ^2.5
psr/log Version ^1.0
symfony/framework-bundle Version ^3.0|^4.0
doctrine/orm Version ^2.5
psr/log Version ^1.0
symfony/framework-bundle Version ^3.0|^4.0
The package evozon-php/simple-bruteforce-bundle contains the following files
Loading the files please wait ....