PHPackages                             larexsetch/http-client-binder - 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. larexsetch/http-client-binder

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

larexsetch/http-client-binder
=============================

Http client binder is easy way to create http client

2.0.0(3mo ago)03[2 PRs](https://github.com/LarexSetch/http-client-binder/pulls)PHPPHP ^8.2CI passing

Since Dec 26Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/LarexSetch/http-client-binder)[ Packagist](https://packagist.org/packages/larexsetch/http-client-binder)[ RSS](/packages/larexsetch-http-client-binder/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (3)Versions (6)Used By (0)

Http client binder
==================

[](#http-client-binder)

[![GitHub Actions status | larexsetch/http-client-binder](https://github.com/larexsetch/http-client-binder/workflows/Check%20all%20tests/badge.svg)](https://github.com/LarexSetch/http-client-binder/actions?query=workflow%3A%22Check+all+tests%22)

This library creates simple way bind the interface and http call to foreign endpoint

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

[](#installation)

```
composer require larexsetch/http-client-binder
```

Create client interface
-----------------------

[](#create-client-interface)

You can see example here: [HttpClientBinder\\Tests\\Base\\Client\\ClientInterface](https://github.com/LarexSetch/http-client-binder/blob/master/tests/Base/Client/ClientInterface.php)

Build the client
----------------

[](#build-the-client)

```
