X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-propro;a=blobdiff_plain;f=README.md;h=04d9c6f712bb0cb70e3a4dd6aacce30847c06ec1;hp=333d2c1d5d77213b5d6fb25c674605980b673eac;hb=HEAD;hpb=ac900495e2e232c7a2f3e9f226421a4f457ce7b9 diff --git a/README.md b/README.md index 333d2c1..04d9c6f 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,15 @@ [![Build Status](https://travis-ci.org/m6w6/ext-propro.svg?branch=master)](https://travis-ci.org/m6w6/ext-propro) -Property Proxy +The "Property Proxy" extension provides a fairly transparent proxy for internal +object properties hidden in custom non-zval implementations. ## Documentation See the [online markdown reference](https://mdref.m6w6.name/propro). +Known issues are listed in [BUGS](./BUGS) and future ideas can be found in [TODO](./TODO). + ## Installing ### PECL @@ -17,7 +20,7 @@ See the [online markdown reference](https://mdref.m6w6.name/propro). ### PHARext Watch out for [PECL replicates](https://replicator.pharext.org?propro) -and pharext packages attached to [releases](./releases). +and pharext packages attached to [releases](https://github.com/m6w6/ext-propro/releases). ### Checkout