PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Till Wehowski   frdl PHP Whois API Web Interface   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: frdl PHP Whois API Web Interface
Web application module query domain with whois API
Author: By
Last change:
Date: 4 years ago
Size: 346 bytes
 

Contents

Class file image Download
{ "name" : "frdl/whois", "type" : "frdl-module", "description": "Whois Server.", "license": ["MIT"], "require" : { "php": ">=7.2", "frdl/web" : "*", "jsmitty12/phpwhois":"^5.0", "frdl/php-floodprotection" : "*" }, "autoload": { "psr-4": { "frdl\\whois\\": "src/frdl/whois/" } } }