X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=README.md;h=8be4afa3e59f777738336fc19c4f0b1bf285f290;hp=96a7b313b070ab1b4f76602fbfde3912bf907bab;hb=7a0dee8cc0dc7fc165d9c4f39a070bf3c32ce756;hpb=b3831bc5f19cf32880ea19341c3527f0e9553517 diff --git a/README.md b/README.md index 96a7b31..8be4afa 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,16 @@ # ext-http -[![Build Status](https://travis-ci.org/m6w6/ext-http.svg?branch=master)](https://travis-ci.org/m6w6/ext-http) -[![Join the chat at https://gitter.im/m6w6/ext-http](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/m6w6/ext-http) +[![Build Status](https://github.com/m6w6/ext-http/workflows/ci/badge.svg)](https://github.com/m6w6/ext-http/actions?query=workflow%3Aci) +[![Coverity Scan Build Status](https://scan.coverity.com/projects/8711/badge.svg)](https://scan.coverity.com/projects/m6w6-ext-http) +[![codecov](https://codecov.io/gh/m6w6/ext-http/branch/master/graph/badge.svg)](https://codecov.io/gh/m6w6/ext-http) + +Extended HTTP support for PHP. + +## Branches and Versions: + +> **NOTE:** + Use `v3.x` branch, and resp. v3 releases, for PHP-7. `master` and v4 releases are only for PHP-8. -Extended HTTP support. Again. ## Documentation @@ -11,7 +18,7 @@ See the [online markdown reference](https://mdref.m6w6.name/http). Known issues are listed in [BUGS](./BUGS) and future ideas can be found in [TODO](./TODO). -## Installing +## Install ### PECL @@ -24,7 +31,7 @@ and pharext packages attached to [releases](https://github.com/m6w6/ext-http/rel ### Checkout - git clone github.com:m6w6/ext-http + git clone https://github.com/m6w6/ext-http.git cd ext-http /path/to/phpize ./configure --with-php-config=/path/to/php-config @@ -33,8 +40,7 @@ and pharext packages attached to [releases](https://github.com/m6w6/ext-http/rel ## ChangeLog -A comprehensive list of changes can be obtained from the -[PECL website](https://pecl.php.net/package-changelog.php?package=pecl_http). +A comprehensive list of changes can be obtained from the [ChangeLog](./CHANGELOG.md) and the list of [fixed CVEs](./CVE.md). ## License