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