Test PSR7 implementations against the specification.
PSR7 Implementation | Status |
---|---|
Guzzle | |
Zend | |
Slim | |
Nyholm | |
RingCentral |
Via Composer
$ composer require --dev php-http/psr7-integration-tests
Please see the official documentation.
$ composer test
It is also possible to exclude tests that require a live internet connection:
$ composer test -- --exclude-group internet
Please see our contributing guide.
If you discover any security related issues, please contact us at security@php-http.org.
The MIT License (MIT). Please see License File for more information.