PHPackages                             palethia/httpclient - 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. palethia/httpclient

ActiveLibrary

palethia/httpclient
===================

PHP HttpClient.

v1.0.0(1y ago)13GPL-3.0PHP

Since Apr 11Pushed 1y agoCompare

[ Source](https://github.com/Palethia/HttpClient)[ Packagist](https://packagist.org/packages/palethia/httpclient)[ RSS](/packages/palethia-httpclient/feed)WikiDiscussions stable Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

HttpClient
==========

[](#httpclient)

Palethia HttpClient is a lightweight PHP HTTP client designed for seamless integration with Palethia Proxy and other web applications. It provides an intuitive interface for sending HTTP requests using cURL with built-in retry logic and error handling.

---

Installation &amp; Import
-------------------------

[](#installation--import)

Install via Composer:

```
composer require palethia/httpclient
```

After installation, include Composer's autoloader in your PHP script and import the needed classes:

```
