Skip to content

Commit 8333edc

Browse files
authored
Merge pull request #19 from php-http/joelwurtz-patch-1
Add build per job to see status of each library
2 parents fd35a01 + 1574078 commit 8333edc

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
# HTTP Message
22

33
[![Latest Version](https://img.shields.io/github/release/php-http/psr7-integration-tests.svg?style=flat-square)](https://github.com/php-http/psr7-integration-tests/releases)
4-
[![Build Status](https://img.shields.io/travis/php-http/psr7-integration-tests/master.svg?style=flat-square)](https://travis-ci.org/php-http/psr7-integration-tests)
54
[![Total Downloads](https://img.shields.io/packagist/dt/php-http/psr7-integration-tests.svg?style=flat-square)](https://packagist.org/packages/php-http/psr7-integration-tests)
65

7-
**HTTP Message related tools.**
6+
**Test PSR7 implementations against the specification.**
87

8+
## Status
9+
10+
| PSR7 Implementation | Status |
11+
| ------------------- |:-------------:|
12+
| Guzzle | [![Guzzle](https://travis-matrix-badges.herokuapp.com/repos/php-http/psr7-integration-tests/branches/master/1)](https://travis-ci.org/php-http/psr7-integration-tests) |
13+
| Zend | [![Zend](https://travis-matrix-badges.herokuapp.com/repos/php-http/psr7-integration-tests/branches/master/2)](https://travis-ci.org/php-http/psr7-integration-tests) |
14+
| Slim | [![Slim](https://travis-matrix-badges.herokuapp.com/repos/php-http/psr7-integration-tests/branches/master/3)](https://travis-ci.org/php-http/psr7-integration-tests) |
15+
| Nyholm | [![Nyholm](https://travis-matrix-badges.herokuapp.com/repos/php-http/psr7-integration-tests/branches/master/4)](https://travis-ci.org/php-http/psr7-integration-tests) |
916

1017
## Install
1118

0 commit comments

Comments
 (0)