Skip to content

Commit dadb817

Browse files
committed
1 parent 571f9c1 commit dadb817

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

README.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,26 @@
1-
# php-httpinterface
1+
# chillerlan/php-httpinterface
2+
3+
A [http client wrapper](https://github.com/chillerlan/php-oauth/tree/afeb3efa7fb31710c7fd3d2909772e6177c8196a/src/HTTP) for PHP 7+.
4+
5+
[![version][packagist-badge]][packagist]
6+
[![license][license-badge]][license]
7+
[![Travis][travis-badge]][travis]
8+
[![Coverage][coverage-badge]][coverage]
9+
[![Scrunitizer][scrutinizer-badge]][scrutinizer]
10+
[![Packagist downloads][downloads-badge]][downloads]
11+
[![PayPal donate][donate-badge]][donate]
12+
13+
[packagist-badge]: https://img.shields.io/packagist/v/chillerlan/php-httpinterface.svg?style=flat-square
14+
[packagist]: https://packagist.org/packages/chillerlan/php-httpinterface
15+
[license-badge]: https://img.shields.io/github/license/chillerlan/php-httpinterface.svg?style=flat-square
16+
[license]: https://github.com/chillerlan/php-httpinterface/blob/master/LICENSE
17+
[travis-badge]: https://img.shields.io/travis/chillerlan/php-httpinterface.svg?style=flat-square
18+
[travis]: https://travis-ci.org/chillerlan/php-httpinterface
19+
[coverage-badge]: https://img.shields.io/codecov/c/github/chillerlan/php-httpinterface.svg?style=flat-square
20+
[coverage]: https://codecov.io/github/chillerlan/php-httpinterface
21+
[scrutinizer-badge]: https://img.shields.io/scrutinizer/g/chillerlan/php-httpinterface.svg?style=flat-square
22+
[scrutinizer]: https://scrutinizer-ci.com/g/chillerlan/php-httpinterface
23+
[downloads-badge]: https://img.shields.io/packagist/dt/chillerlan/php-httpinterface.svg?style=flat-square
24+
[downloads]: https://packagist.org/packages/chillerlan/php-httpinterface/stats
25+
[donate-badge]: https://img.shields.io/badge/donate-paypal-ff33aa.svg?style=flat-square
26+
[donate]: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WLYUNAT9ZTJZ4

0 commit comments

Comments
 (0)