|
6 | 6 |
|
7 | 7 | ## Status
|
8 | 8 |
|
9 |
| -| PSR7 Implementation | Status | Legacy | |
10 |
| -| ------------------- |:-------------:|:------:| |
11 |
| -| Guzzle | [](https://github.com/php-http/psr7-integration-tests/actions/workflows/guzzle.yml) | |
12 |
| -| Laminas | [](https://github.com/php-http/psr7-integration-tests/actions/workflows/laminas.yml) | [Legacy](https://github.com/php-http/psr7-integration-tests/actions/workflows/laminas-legacy.yml) (failures expected) | |
13 |
| -| Slim | [](https://github.com/php-http/psr7-integration-tests/actions/workflows/slim.yml) | |
14 |
| -| Nyholm | [](https://github.com/php-http/psr7-integration-tests/actions/workflows/nyholm.yml) | |
| 9 | +| PSR7 Implementation | Status | Legacy | |
| 10 | +|---------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------:| |
| 11 | +| Guzzle | [](https://github.com/php-http/psr7-integration-tests/actions/workflows/guzzle.yml) | |
| 12 | +| Laminas | [](https://github.com/php-http/psr7-integration-tests/actions/workflows/laminas.yml) | [Legacy](https://github.com/php-http/psr7-integration-tests/actions/workflows/laminas-legacy.yml) (failures expected) | |
| 13 | +| Slim | [](https://github.com/php-http/psr7-integration-tests/actions/workflows/slim.yml) | |
| 14 | +| Nyholm | [](https://github.com/php-http/psr7-integration-tests/actions/workflows/nyholm.yml) | |
15 | 15 | | RingCentral | [](https://github.com/php-http/psr7-integration-tests/actions/workflows/ringcentral.yml) |
|
16 |
| -| HttpSoft | [](https://github.com/php-http/psr7-integration-tests/actions/workflows/httpsoft.yml) | |
| 16 | +| HttpSoft | [](https://github.com/php-http/psr7-integration-tests/actions/workflows/httpsoft.yml) | |
| 17 | +| Fatfree | [](https://github.com/php-http/psr7-integration-tests/actions/workflows/fatfree.yml) | |
17 | 18 |
|
18 | 19 | ## Install
|
19 | 20 |
|
@@ -46,7 +47,7 @@ Run the test suite for one implementation with:
|
46 | 47 | $ composer test -- --testsuite <name>
|
47 | 48 | ```
|
48 | 49 |
|
49 |
| -The names are `Guzzle`, `Laminas`, `Slim`, `Nyholm`, `RingCentral`. |
| 50 | +The names are `Guzzle`, `Laminas`, `Slim`, `Nyholm`, `RingCentral`, `HttpSoft`, `Fatfree`. |
50 | 51 |
|
51 | 52 | It is also possible to exclude tests that require a live internet connection:
|
52 | 53 |
|
|
0 commit comments