Fix releases link
[m6w6/ext-propro] / README.md
1 # ext-propro
2
3 [![Build Status](https://travis-ci.org/m6w6/ext-propro.svg?branch=master)](https://travis-ci.org/m6w6/ext-propro)
4
5 The "Property Proxy" extension provides a fairly transparent proxy for internal
6 object properties hidden in custom non-zval implementations.
7
8 ## Documentation
9
10 See the [online markdown reference](https://mdref.m6w6.name/propro).
11
12 Known issues are listed in [BUGS](./BUGS) and future ideas can be found in [TODO](./TODO).
13
14 ## Installing
15
16 ### PECL
17
18 pecl install propro
19
20 ### PHARext
21
22 Watch out for [PECL replicates](https://replicator.pharext.org?propro)
23 and pharext packages attached to [releases](https://github.com/m6w6/ext-propro/releases).
24
25 ### Checkout
26
27 git clone github.com:m6w6/ext-propro
28 cd ext-propro
29 /path/to/phpize
30 ./configure --with-php-config=/path/to/php-config
31 make
32 sudo make install
33
34 ## ChangeLog
35
36 A comprehensive list of changes can be obtained from the
37 [PECL website](https://pecl.php.net/package-changelog.php?package=propro).
38
39 ## License
40
41 ext-propro is licensed under the 2-Clause-BSD license, which can be found in
42 the accompanying [LICENSE](./LICENSE) file.
43
44 ## Contributing
45
46 All forms of contribution are welcome! Please see the bundled
47 [CONTRIBUTING](./CONTRIBUTING.md) note for the general principles followed.
48
49 The list of past and current contributors is maintained in [THANKS](./THANKS).