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

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

hraw/httpclient
===============

A simple and easy to implement wrapper for PHP cURL

v1.0.0(3y ago)44681MITPHPPHP &gt;=7.0

Since Oct 15Pushed 3y ago1 watchersCompare

[ Source](https://github.com/dybbuk09/PHP-HTTP-Client)[ Packagist](https://packagist.org/packages/hraw/httpclient)[ RSS](/packages/hraw-httpclient/feed)WikiDiscussions master Synced 1mo ago

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

PHP Curl/HTTP Client
--------------------

[](#php-curlhttp-client)

A simple and easy to implement wrapper for PHP cURL.

### Requirements

[](#requirements)

- PHP 7.0 or higher
- Composer for installation

### Supported Methods:

[](#supported-methods)

- GET
- POST
- PUT
- PATCH
- DELETE

### Installation

[](#installation)

composer require hraw/httpclient

### Implementation

[](#implementation)

```
