update travis
[m6w6/ext-json_post] / README.md
1 # ext-json_post
2
3 [![Build Status](https://travis-ci.org/m6w6/ext-json_post.svg?branch=master)](https://travis-ci.org/m6w6/ext-json_post)
4
5 JSON POST handler
6
7 ## Documentation
8
9 See the [online markdown reference](https://mdref.m6w6.name/json_post).
10
11 ## Installing
12
13 ### PECL
14
15 pecl install json_post
16
17 ### PHARext
18
19 Watch out for [PECL replicates](https://replicator.pharext.org?json_post)
20 and pharext packages attached to [releases](./releases).
21
22 ### Checkout
23
24 git clone github.com:m6w6/ext-json_post
25 cd ext-json_post
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=json_post).
35
36 ## License
37
38 ext-json_post 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).