php-http / httplug

HTTPlug, the HTTP client abstraction for PHP
http://httplug.io
MIT License
2.57k stars 39 forks source link

Deprecate Http\Client\HttpClient and allow psr/http-message v2 #171

Closed nicolas-grekas closed 1 year ago

nicolas-grekas commented 1 year ago
Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? yes
Related tickets -
Documentation TBD
License MIT

Let's be more explicit about the move to PSR-18.

I'm not throwing a runtime deprecation notice because that might be too annoying for the existing clients, especially those in the php-http/* namespace.

nicolas-grekas commented 1 year ago

Sibling PR at https://github.com/php-http/message-factory/pull/42