PHPackages                             trulyao/neat-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. trulyao/neat-http

ActiveLibrary

trulyao/neat-http
=================

An HTTP client/wrapper based on curL

1.0.0(3y ago)154MITPHP

Since Sep 1Pushed 3y ago1 watchersCompare

[ Source](https://github.com/aosasona/neat-http)[ Packagist](https://packagist.org/packages/trulyao/neat-http)[ RSS](/packages/trulyao-neat-http/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Neat HTTP Client
================

[](#neat-http-client)

`EXPERIMENTAL`

A curL-based HTTP client. This is an experimental side-project, if you need something more robust and stable, you can check out [GuzzleHTTP](https://docs.guzzlephp.org/en/stable/). Feel free to fork or make a PR too :)

Requirements
------------

[](#requirements)

- PHP 8.0+
- CurL extension (ENABLE IN `PHP.INI`)

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

[](#installation)

```
composer require trulyao/neat-http
```

Usage
-----

[](#usage)

```
