PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of The Algoslingers   Protect Your Website from DDoS Attack   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Protect Your Website from DDoS Attack
Show an error when a server gets too many requests
Author: By
Last change:
Date: 1 month ago
Size: 610 bytes
 

Contents

Class file image Download
{ "name": "thealgoslingers/ddos", "description": "Safeguard your website from DDoS attack.", "keywords": ["library", "ddos", "DDoS attack","thealgoslingers", "the algoslingers", "prevent DDoS attak", "website security"], "type": "library", "require-dev": { "phpunit/phpunit": "^5.7" }, "license": "MIT", "authors": [ { "name": "thealgoslingers" } ], "autoload": { "psr-4": { "thealgoslingers\\": "src" }, "files": [ ] }, "require": { "ip2location/ip2location-php": "^9.7" } }