discovery
discovery copied to clipboard
Finds installed clients and message factories
| Q | A | --------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | yes | Deprecations? | no | Related tickets...
| Q | A | --------------- | --- | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Related tickets...
This package operates (at runtime) on the assumption that following packages are available: * `psr/http-message-implementation` * `psr/http-factory-implementation` IMO a good idea to include these in `"require"`. Yes, that means that...
the 0.x versions are for the php-http factories
**Description** [WordPress/Requests](https://github.com/WordPress/Requests) is a HTTP request library that is used in WordPress, but is also used as a standalone library. While Requests does not implement PSR-18 itself, [they recommend](https://github.com/WordPress/Requests#requests-and-psr-7psr-18) to...
>**Disclaimer**: sorry if this sounds like a rant; I spent a lot of hours because of this and I'm trying to properly report the issue "under the hood", but after...
Note: the use Amp\Http\Client\Psr7\PsrHttpClient is still a WIP, and the support for PSR-18 has been added only on the v2 branch Only on that branch the PsrHttpClient is implementing the...
It's a PSR-18 client: https://github.com/amphp/http-client-psr7/ compatible with fibers.
`php-http/message-factory` has been deprecated and should be removed. Additionally, the instructions to add ``` "discovery": { "psr/http-factory-implementation": "GuzzleHttp\\Psr7\\HttpFactory" } ``` Do not prevent `discovery` from auto-requiring `message-factory` if composer plugins...