Classes of Till Wehowski | > | PHP Flood Protection | > | composer.json | > | Download |
|
|
![]() |
{ "name" : "frdl/php-floodprotection", "description" : "Simple IP Flood Protection", "type" : "library", "license": ["MIT"], "require" : { "php": ">=7.2" }, "autoload": { "psr-4": { "frdl\\security\\floodprotection\\": "src/php-floodprotection/frdl/security/floodprotection/" } } } |