PHPackages                             borschphp/http-client - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. borschphp/http-client

ActiveLibrary[HTTP &amp; Networking](/categories/http)

borschphp/http-client
=====================

A minimal PSR-18 HTTP Client.

1.1.0(7mo ago)010MITPHPPHP ^8.3

Since Sep 24Pushed 7mo agoCompare

[ Source](https://github.com/borschphp/borsch-httpclient)[ Packagist](https://packagist.org/packages/borschphp/http-client)[ RSS](/packages/borschphp-http-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (7)Versions (4)Used By (0)

Borsch - PSR-18 HTTP Client
===========================

[](#borsch---psr-18-http-client)

A minimalist PSR-18 implementation for making HTTP requests in PHP.

Installation
------------

[](#installation)

The package can be installed via [Composer](https://getcomposer.org/).
Run the following command:

```
composer require borschphp/http-client
```

Usage
-----

[](#usage)

Here's a simple example of how to use the Borsch HTTP Client:

```
