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

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

lineten/php-curl-client
=======================

A very simple and lightweight cURL helper for PHP

v1.0.3(5y ago)02.4k1MITPHPPHP &gt;=5.3.0

Since Apr 10Pushed 5y agoCompare

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

READMEChangelog (3)Dependencies (2)Versions (6)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:

```
