edgetelemetrics/reactphp-dns-over-https-client

A ReactPHP/DNS Executor to resolve DNS queries over HTTPS, providing secure DNS resolution over untrusted or shared networks (eg Serverless deployments) utilising standard HTTPS queries.

v1.0.0 2022-09-20 01:05 UTC

This package is auto-updated.

Last update: 2024-03-21 02:32:28 UTC


README

Resolve DNS queries over HTTPS, provides secure DNS resolution over untrusted or shared networks (eg Serverless deployments) utilising standard HTTPS queries.

Requirements

The package is compatible with PHP 8.0+ and requires the react/http library.

Installation

You can add the library as project dependency using Composer:

composer require edgetelemetrics/reactphp-dns-over-https-client

Examples

See /examples directory

License

MIT, see LICENSE file.

Contributing

Bug reports (and small patches) can be submitted via the issue tracker. Forking the repository and submitting a Pull Request is preferred for substantial patches.