PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Till Wehowski   PHP Flood Protection   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Flood Protection
Prevent abusive accesses from the same IP address
Author: By
Last change:
Date: 4 years ago
Size: 340 bytes
 

Contents

Class file image 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/" } } }