PHPackages                             webservco/http - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. webservco/http

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

webservco/http
==============

A PHP component/library.

v1.0.0(1y ago)14394MITPHPPHP ^8.4

Since Jul 2Pushed 1y ago1 watchersCompare

[ Source](https://github.com/webservco/http)[ Packagist](https://packagist.org/packages/webservco/http)[ Docs](https://webserv.co)[ RSS](/packages/webservco-http/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (24)Versions (20)Used By (4)

webservco/http
==============

[](#webservcohttp)

A minimalist PHP PSR implementation.

---

Implements
----------

[](#implements)

- [PSR-7: HTTP message interfaces](https://www.php-fig.org/psr/psr-7/)
- [PSR-17: HTTP Factories](https://www.php-fig.org/psr/psr-17/)

---

Provides
--------

[](#provides)

- `psr/http-factory-implementation`
- `psr/http-message-implementation`

---

Troubleshooting
---------------

[](#troubleshooting)

### `php-http/discovery`

[](#php-httpdiscovery)

If using a project/library that requires `php-http/discovery`, a list of 9 "well-known" implementations is forced.

Workaround to install custom implementations of your choice:

1. Create custom strategy - implement `Http\Discovery\Strategy\DiscoveryStrategy`:

```
