superrosko / dig
DNS resolver for PHP
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
This package is auto-updated.
Last update: 2026-05-29 01:26:40 UTC
README
Introduction
DNS resolver for PHP.
Requirements
- PHP >= 7.2.5
- dnsutils
Installation
Install the latest version with
$ composer require superrosko/dig
Docker
Git clone
git clone git@github.com:superrosko/dig.git .
Run initialization
make initial
Usage
Domain names MUST be converted to punycode with idn_to_ascii!
Docker
Restart docker compose:
make compose_restart
Install dependencies:
make deps_install
Update dependencies:
make deps_update
App php exec:
make php_exec COMMAND="-v"
App bash exec:
make bash_exec
App initialization:
make initial
Check tests:
make check_tests
Check codecov:
make check_codecov
Credits
License
The MIT License (MIT). Please see License File for more information.