# dns [![Build Status](https://img.shields.io/travis/amphp/dns/master.svg?style=flat-square)](https://travis-ci.org/amphp/dns) [![CoverageStatus](https://img.shields.io/coveralls/amphp/dns/master.svg?style=flat-square)](https://coveralls.io/github/amphp/dns?branch=master) ![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square) `amphp/dns` provides asynchronous DNS name resolution for [Amp](https://github.com/amphp/amp). ## Installation ```bash composer require amphp/dns ``` ## Example ```php