From: Michael Wallner Date: Mon, 1 Jun 2015 12:03:44 +0000 (+0200) Subject: add a readme X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-ares;a=commitdiff_plain;h=e3d14b6da730e1312e6b422f5a45a0ea26451774;ds=sidebyside add a readme --- diff --git a/README.md b/README.md new file mode 100644 index 0000000..9efa644 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# pecl/ares + +## About: + +Asynchronous Resolver. A binding to the lib(c)ares library. + +## Installation: + +This extension is hosted at [PECL](http://pecl.php.net) and can be installed with [PEAR](http://pear.php.net)'s pecl command: + + # pecl install ares + +Also, watch out for self-installing [pharext](https://github.com/m6w6/pharext) packages attached to [releases](https://github.com/m6w6/ext-ares/releases).