mosx / dnsinfo-service
Functionality to get dns information about specific website
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mosx/dnsinfo-service
Requires
- phpunit/phpunit: ^10.2
Requires (Dev)
- phpunit/phpunit: ^10.2
README
Test Task Package
For using this sophisticated package you should:
-
Add dependency with composer
composer require mosx/dnsinfo-service
-
Install dependency composer install
-
require_once("vendor/autoload.php"); If you did not do it already
-
connect it with
use MosxTech\DnsInfoService\DnsInfoService;
-
Create instance of the object and use its functionality )
$dns = new DnsInfoService(); $result = $dns->getDnsInfo('google.com');
-
In result you will get an array with data