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

diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..1df42a1
--- /dev/null
+++ b/README.md
@@ -0,0 +1,23 @@
+# pecl/propro
+
+## About:
+
+The "Property Proxy" extension provides a fairly transparent proxy for internal object properties hidden in custom non-zval implementations.
+
+## 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 propro
+
+Also, watch out for self-installing [pharext](https://github.com/m6w6/pharext) packages attached to [releases](https://github.com/m6w6/ext-propro/releases).
+
+## Internals:
+
+> ***NOTE:***
+  This extension mostly only provides infrastructure for other extensions.
+  See the [API docs here](http://m6w6.github.io/ext-propro/).
+
+## Documentation
+
+Userland documentation can be found at http://devel-m6w6.rhcloud.com/mdref/propro