php-http/client-integration-tests

HTTP Client integration tests

Package info

github.com/php-http/client-integration-tests

Homepage

pkg:composer/php-http/client-integration-tests

Statistics

Installs: 77โ€‰741

Dependents: 34

Suggesters: 0

Stars: 16

Open Issues: 2

4.0.0 2025-12-09 11:59 UTC

Requires

Requires (Dev)

Suggests

Provides

None

Conflicts

None

Replaces

None

MIT 85dc446e24fc0163e955439f4874e53be0df0679

  • Eric GELOEN <geloen.eric.woop@gmail.com>
  • Mรกrk Sรกgi-Kazรกr <mark.sagikazar.woop@gmail.com>

httpclienttestsintegration

This package is auto-updated.

Last update: 2026-06-09 12:57:24 UTC


README

๐Ÿ‘ Latest Version
๐Ÿ‘ Software License
๐Ÿ‘ Total Downloads

HTTP Client integration tests.

Install

Via Composer

composer require php-http/client-integration-tests

Usage

This package should not be used on its own. It provides integration tests for HTTP Clients.

Running tests for HTTP Adapters

Start the HTTP Test server:

vendor/bin/http_test_server

Install an adapter.

composer require php-http/curl-client laminas/laminas-diactoros

Run the tests.

./vendor/bin/phpunit --testsuite curl --printer "Http\Client\Tests\ResultPrinter"

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.