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
- 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-10-29 05:59:57 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.