add API docs link
[mdref/mdref-propro] / propro.md
1 # pecl/propro
2
3 ## About:
4
5 The "Property Proxy" extension provides a fairly transparent proxy for internal object properties hidden in custom non-zval implementations.
6
7 > ***NOTE:***
8 This extension mostly only provides infrastructure for other extensions.
9 See the [API docs here](http://php.github.io/pecl-php-propro/).
10
11 See the php\PropertyProxy class, for the user-land visible part of the implementation.
12
13 ## Installation:
14
15 This extension is hosted at [PECL](http://pecl.php.net) and can be installed with [PEAR](http://pear.php.net)'s pecl command:
16
17 # pecl install propro
18