superrosko / dig
PHP 的 DNS 解析器
2.11.13
2020-08-16 22:20 UTC
Requires
- php: >=7.2.5
- psr/simple-cache: 1.0.1
Requires (Dev)
- codeception/codeception: ^4.1
- codeception/module-asserts: ^1.0.0
- symfony/cache: ^5.1
- dev-master
- 2.11.13
- 2.11.12
- 2.11.11
- 2.11.10
- 2.11.9
- 2.11.8
- 2.11.7
- 2.11.6
- 2.11.5
- 2.11.4
- 2.11.3
- 2.11.2
- 2.11.1
- 2.11.0
- 2.10.1
- 2.10.0
- 2.9.1
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.4
- 2.3.3
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.2
- 2.2.1
- 2.2.0
- 2.0.1
- 2.0.0
- 1.1.0
- 1.0.0
- 0.1.3
- 0.1.0
- 0.0.24
- 0.0.23
- 0.0.21
- 0.0.20
- 0.0.19
- 0.0.18
- 0.0.17
- 0.0.16
- 0.0.15
- 0.0.14
- 0.0.12
- 0.0.11
- 0.0.10
- 0.0.9
- 0.0.7
- 0.0.6
- 0.0.5
- 0.0.4
- 0.0.3
- dev-dependabot/composer/guzzlehttp/psr7-1.8.5
- dev-dependabot/composer/codeception/codeception-4.1.22
This package is auto-updated.
Last update: 2024-09-29 05:48:44 UTC
README
简介
PHP 的 DNS 解析器。
需求
- PHP >= 7.2.5
- dnsutils
安装
使用以下命令安装最新版本
$ composer require superrosko/dig
Docker
Git 克隆
git clone git@github.com:superrosko/dig.git .
运行初始化
make initial
用法
域名必须使用 idn_to_ascii 转换为 punycode!
Docker
重启 docker compose
make compose_restart
安装依赖
make deps_install
更新依赖
make deps_update
App php exec
make php_exec COMMAND="-v"
App bash exec
make bash_exec
App 初始化
make initial
检查测试
make check_tests
检查 codecov
make check_codecov
鸣谢
许可证
MIT 许可证 (MIT)。请参阅 许可证文件 以获取更多信息。