PHPackages                             thlib/php-curl-client - 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. thlib/php-curl-client

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

thlib/php-curl-client
=====================

A very simple and lightweight cURL helper for PHP

1.0.0(6y ago)003UnlicensePHPPHP &gt;=5.3.0

Since Apr 10Pushed 5y agoCompare

[ Source](https://github.com/thlib/php-curl-client)[ Packagist](https://packagist.org/packages/thlib/php-curl-client)[ RSS](/packages/thlib-php-curl-client/feed)WikiDiscussions master Synced 1mo ago

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

**Problems solved:**

1. Guzzle is huge and complicated.
2. As functionality is added, the files become larger for everyone.

**Solutions:**

1. Custom cURL abstraction.
2. Classes don't grow, instead new classes are added for each new bit of functionality.

Follows PSR-7

Example usage:

```
