Skip to content

Commit 0eae813

Browse files
committed
1 parent 49735f0 commit 0eae813

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# chillerlan/php-http-message-utils
2+
3+
[![PHP Version Support][php-badge]][php]
4+
[![version][packagist-badge]][packagist]
5+
[![license][license-badge]][license]
6+
[![Travis][travis-badge]][travis]
7+
[![Coverage][coverage-badge]][coverage]
8+
[![Scrunitizer][scrutinizer-badge]][scrutinizer]
9+
[![Packagist downloads][downloads-badge]][downloads]<br/>
10+
[![Continuous Integration][gh-action-badge]][gh-action]
11+
12+
[php-badge]: https://img.shields.io/packagist/php-v/chillerlan/php-http-message-utils?logo=php&color=8892BF
13+
[php]: https://www.php.net/supported-versions.php
14+
[packagist-badge]: https://img.shields.io/packagist/v/chillerlan/php-http-message-utils?logo=packagist
15+
[packagist]: https://packagist.org/packages/chillerlan/php-http-message-utils
16+
[license-badge]: https://img.shields.io/github/license/chillerlan/php-http-message-utils
17+
[license]: https://github.com/chillerlan/php-http-message-utils/blob/main/LICENSE
18+
[travis-badge]: https://img.shields.io/travis/com/chillerlan/php-http-message-utils/main?logo=travis
19+
[travis]: https://travis-ci.com/github/chillerlan/php-http-message-utils
20+
[coverage-badge]: https://img.shields.io/codecov/c/github/chillerlan/php-http-message-utils?logo=codecov
21+
[coverage]: https://codecov.io/github/chillerlan/php-http-message-utils
22+
[scrutinizer-badge]: https://img.shields.io/scrutinizer/g/chillerlan/php-http-message-utils?logo=scrutinizer
23+
[scrutinizer]: https://scrutinizer-ci.com/g/chillerlan/php-http-message-utils
24+
[downloads-badge]: https://img.shields.io/packagist/dt/chillerlan/php-http-message-utils?logo=packagist
25+
[downloads]: https://packagist.org/packages/chillerlan/php-http-message-utils/stats
26+
[gh-action-badge]: https://github.com/chillerlan/php-http-message-utils/workflows/Continuous%20Integration/badge.svg
27+
[gh-action]: https://github.com/chillerlan/php-http-message-utils/actions

0 commit comments

Comments
 (0)