473dc2f04a9dc06cdf11564f985cf602697d40e1
[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 [![Join the chat at https://gitter.im/m6w6/ext-http](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/m6w6/ext-http)
5 >>>>>>> v2.5.x
6
7 Extended HTTP support. Again.
8
9 ## Documentation
10
11 See the [online markdown reference](https://mdref.m6w6.name/http).
12
13 Known issues are listed in [BUGS](./BUGS) and future ideas can be found in [TODO](./TODO).
14
15 ## Installing
16
17 ### PECL
18
19 pecl install pecl_http
20
21 ### PHARext
22
23 Watch out for [PECL replicates](https://replicator.pharext.org?pecl_http)
24 and pharext packages attached to [releases](./releases).
25
26 ### Checkout
27
28 git clone github.com:m6w6/ext-http
29 cd ext-http
30 /path/to/phpize
31 ./configure --with-php-config=/path/to/php-config
32 make
33 sudo make install
34
35 ## ChangeLog
36
37 A comprehensive list of changes can be obtained from the
38 [PECL website](https://pecl.php.net/package-changelog.php?package=pecl_http).
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).