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

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

chaoswd/http
============

1.1.0(7mo ago)10MITPHP

Since Oct 14Pushed 7mo agoCompare

[ Source](https://github.com/ChaosWebDev/Http)[ Packagist](https://packagist.org/packages/chaoswd/http)[ RSS](/packages/chaoswd-http/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Chaos HTTP
==========

[](#chaos-http)

**chaoswd/http** is a lightweight HTTP client wrapper for PHP that simplifies making GET and POST requests using native cURL.
It provides simple methods for sending requests and returning structured responses as a string, objects or arrays.

---

🚀 Installation
--------------

[](#-installation)

Install via Composer:

```
composer require chaoswd/http
```

---

🧩 Basic Usage
-------------

[](#-basic-usage)

```
