standards
[mdref/mdref-propro] / propro.md
index bd0150359c6da5d6c8cc4b73411c723f61293a4a..45f579987bbe0084d261000269d7193e20016e3d 100644 (file)
--- a/propro.md
+++ b/propro.md
@@ -4,6 +4,16 @@
 
 The "Property Proxy" extension provides a fairly transparent proxy for internal object properties hidden in custom non-zval implementations.
 
-> **Note:** This extension mostly only provides infrastructure for other extensions.
-
 See the php\PropertyProxy class, for the user-land visible part of the implementation.
+
+## 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
+
+## Internals:
+
+> ***NOTE:***
+  This extension mostly only provides infrastructure for other extensions.
+  See the [API docs here](http://php.github.io/pecl-php-propro/).