mosx/dnsinfo-service
最新稳定版本:v1.0.0
Composer 安装命令:
composer require mosx/dnsinfo-service
包简介
Functionality to get dns information about specific website
README 文档
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
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-07-07