Merge branch 'R_1_0'
[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 Property Proxy
6
7 ## Documentation
8
9 See the [online markdown reference](https://mdref.m6w6.name/propro).
10
11 ## Installing
12
13 ### PECL
14
15 pecl install propro
16
17 ### PHARext
18
19 Watch out for [PECL replicates](https://replicator.pharext.org?propro)
20 and pharext packages attached to [releases](./releases).
21
22 ### Checkout
23
24 git clone github.com:m6w6/ext-propro
25 cd ext-propro
26 /path/to/phpize
27 ./configure --with-php-config=/path/to/php-config
28 make
29 sudo make install
30
31 ## ChangeLog
32
33 A comprehensive list of changes can be obtained from the
34 [PECL website](https://pecl.php.net/package-changelog.php?package=propro).
35
36 ## License
37
38 ext-propro is licensed under the 2-Clause-BSD license, which can be found in
39 the accompanying [LICENSE](./LICENSE) file.
40
41 ## Contributing
42
43 All forms of contribution are welcome! Please see the bundled
44 [CONTRIBUTING](./CONTRIBUTING.md) note for the general principles followed.
45
46 The list of past and current contributors is maintained in [THANKS](./THANKS).