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

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

jabranr/php-curl
================

A quick start PHP cURL library

2.0.0(8y ago)2251MITPHPPHP &gt;=5.3.0

Since Oct 10Pushed 8y ago1 watchersCompare

[ Source](https://github.com/jabranr/php-curl)[ Packagist](https://packagist.org/packages/jabranr/php-curl)[ Docs](https://github.com/jabranr/php-curl)[ RSS](/packages/jabranr-php-curl/feed)WikiDiscussions develop Synced 2mo ago

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

PHP cURL [![Build Status](https://camo.githubusercontent.com/aab7aa57caaef3e9d1b5270e27c9e159ab37d9ad4ee0d291aeed70bd905d69d2/68747470733a2f2f7472617669732d63692e6f72672f6a616272616e722f7068702d6375726c2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/jabranr/php-curl) [![Latest Stable Version](https://camo.githubusercontent.com/3dbee4c1781861462f0eb69978d96ab9b2f2c6d2031d62b9d336a091cfbb6393/68747470733a2f2f706f7365722e707567782e6f72672f6a616272616e722f7068702d6375726c2f762f737461626c652e737667)](https://packagist.org/packages/jabranr/php-curl) [![Total Downloads](https://camo.githubusercontent.com/9b92cf5b3455b112dcf3115ea2c880421ee5f1cd9177be6b5abcf2629685fef8/68747470733a2f2f706f7365722e707567782e6f72672f6a616272616e722f7068702d6375726c2f646f776e6c6f6164732e737667)](https://packagist.org/packages/jabranr/php-curl)
========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#php-curl---)

A simple PHP client for cURL operations.

> **Migrating from v1?** Beware that v2 has breaking changes! Some of the API methods names have changed.

Simply import the library into your project. The best way to do so is to use [Composer](http://getcomposer.org) as following. Otherwise it can simply be downloaded from GitHub and added to the project.

```
$ composer require jabranr/php-curl
```

Start using it straight away. (Following example assumes that it was installed via Composer)

```
