tweaks
[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:** This extension mostly only provides infrastructure for other extensions.
8
9 See the php\PropertyProxy class, for the user-land visible part of the implementation.
10
11 ## Installation:
12
13 This extension is hosted at [PECL](http://pecl.php.net) and can be installed with [PEAR](http://pear.php.net)'s pecl command:
14
15 # pecl install propro
16