X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=propro.md;h=c9a7620d01326ffe6ed22e52469bf146ec742a20;hb=HEAD;hp=bd0150359c6da5d6c8cc4b73411c723f61293a4a;hpb=ca64c4f49cfe1c568c4019fc0a19da39cad28d5c;p=mdref%2Fmdref-propro diff --git a/propro.md b/propro.md index bd01503..c9a7620 100644 --- a/propro.md +++ b/propro.md @@ -4,6 +4,30 @@ 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 + +### PHARext + +Watch out for [PECL replicates](https://replicator.pharext.org?propro) +and pharext packages attached to [releases](https://github.com/m6w6/ext-propro/releases). + +### Checkout + + git clone github.com:m6w6/ext-propro + cd ext-propro + /path/to/phpize + ./configure --with-php-config=/path/to/php-config + make + sudo make install + +## Internals: + +> ***NOTE:*** + This extension mostly only provides infrastructure for other extensions. + See the [API docs here](http://m6w6.github.io/ext-propro/master/).