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

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

alioygur/curl
=============

A basic CURL wrapper for PHP

v1.0(11y ago)751MITPHPPHP &gt;=5.4.0

Since Nov 5Pushed 11y ago2 watchersCompare

[ Source](https://github.com/alioygur/curl)[ Packagist](https://packagist.org/packages/alioygur/curl)[ RSS](/packages/alioygur-curl/feed)WikiDiscussions master Synced today

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

Curl
----

[](#curl)

A basic CURL wrapper for PHP (see  for more information about the libcurl extension for PHP)

### Installation

[](#installation)

This library is available via [Composer](https://getcomposer.org/)

```
{
    "require": {
        "alioygur/curl": "~1.0"
    }
}
```

Usage
-----

[](#usage)

### Simple example of usage

[](#simple-example-of-usage)

Simply initialize and usage the `Curl` class like so:

```
