php-http / psr7-integration-tests
Test suite for PSR7
Installs: 16 380
Dependents: 26
Suggesters: 1
Security: 0
Stars: 28
Watchers: 9
Forks: 10
Open Issues: 0
Requires
- php: ^7.2 || ^8.0
- phpunit/phpunit: ^8.0 || ^9.3
- psr/http-message: ^1.0
Requires (Dev)
- guzzlehttp/psr7: ^1.4
- laminas/laminas-diactoros: ^2.1
- nyholm/psr7: ^1.0
- ringcentral/psr7: ^1.2
- slim/psr7: dev-master
This package is auto-updated.
Last update: 2021-02-20 07:18:12 UTC
README
Test PSR7 implementations against the specification.
Status
PSR7 Implementation | Status |
---|---|
Guzzle | |
Laminas | |
Slim | |
Nyholm | |
RingCentral |
Install
Via Composer
$ composer require --dev php-http/psr7-integration-tests
Documentation
Please see the official documentation.
Testing
$ composer test
It is also possible to exclude tests that require a live internet connection:
$ composer test -- --exclude-group internet
Contributing
Please see our contributing guide.
Security
If you discover any security related issues, please contact us at security@php-http.org.
License
The MIT License (MIT). Please see License File for more information.