fix tests
[m6w6/ext-http] / README.md
1 # ext-http
2
3 [![Build Status](https://travis-ci.org/m6w6/ext-http.svg?branch=master)](https://travis-ci.org/m6w6/ext-http)
4 [![Coverity Scan Build Status](https://scan.coverity.com/projects/8711/badge.svg)](https://scan.coverity.com/projects/m6w6-ext-http)
5 [![codecov](https://codecov.io/gh/m6w6/ext-http/branch/master/graph/badge.svg)](https://codecov.io/gh/m6w6/ext-http)
6 [![Join the chat at https://gitter.im/m6w6/ext-http](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/m6w6/ext-http)
7
8 Extended HTTP support. Again.
9
10 ## Documentation
11
12 See the [online markdown reference](https://mdref.m6w6.name/http).
13
14 Known issues are listed in [BUGS](./BUGS) and future ideas can be found in [TODO](./TODO).
15
16 ## Installing
17
18 ### PECL
19
20 pecl install pecl_http
21
22 ### PHARext
23
24 Watch out for [PECL replicates](https://replicator.pharext.org?pecl_http)
25 and pharext packages attached to [releases](https://github.com/m6w6/ext-http/releases).
26
27 ### Checkout
28
29 git clone github.com:m6w6/ext-http
30 cd ext-http
31 /path/to/phpize
32 ./configure --with-php-config=/path/to/php-config
33 make
34 sudo make install
35
36 ## ChangeLog
37
38 A comprehensive list of changes can be obtained from the [ChangeLog](./CHANGELOG.md) and the list of [fixed CVEs](./CVE.md).
39
40 ## License
41
42 ext-http is licensed under the 2-Clause-BSD license, which can be found in
43 the accompanying [LICENSE](./LICENSE) file.
44
45 ## Contributing
46
47 All forms of contribution are welcome! Please see the bundled
48 [CONTRIBUTING](./CONTRIBUTING.md) note for the general principles followed.
49
50 The list of past and current contributors is maintained in [THANKS](./THANKS).