PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Johnny Mast   Redbox DNS   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Redbox DNS
Resolve domains and get other DNS records
Author: By
Last change:
Date: 7 years ago
Size: 941 bytes
 

Contents

Class file image Download
{ "name": "redbox/dns", "description": "Quickly retrieve any type of DNS record you wish using PHP", "keywords": [ "Networking", "IT", "DNS", "Migration", "Tools", "Utilities", "Server", "Unix", "Windows" ], "homepage": "https://github.com/johnnymast/redbox-dns", "support": { "issues": "https://github.com/johnnymast/redbox-dns/issues", "email": "mastjohnny@gmail.com" }, "type": "library", "license": "MIT", "authors": [ { "name": "Johnny Mast", "email": "mastjohnny@gmail.com", "homepage": "https://github.com/johnnymast", "role": "lead" } ], "require": { "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": "~4.6" }, "autoload": { "psr-4": { "Redbox\\DNS\\": "src/" } }, "autoload-dev": { "psr-4": { "Redbox\\DNS\\Tests\\": "tests/" } }, "scripts": { "test": "phpunit" } }