add a readme
authorMichael Wallner <mike@php.net>
Mon, 1 Jun 2015 12:00:38 +0000 (14:00 +0200)
committerMichael Wallner <mike@php.net>
Mon, 1 Jun 2015 12:00:38 +0000 (14:00 +0200)
README.md [new file with mode: 0644]

diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..65ffd16
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+# pecl/courierauth
+
+## About:
+
+Provides means for authentication against any courier authdaemond backends.
+
+## 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 courierauth
+
+Also, watch out for self-installing [pharext](https://github.com/m6w6/pharext) packages attached to [releases](https://github.com/m6w6/ext-courierauth/releases).