PHPackages                             p/iris - 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. p/iris

Abandoned → [guzzlehttp/guzzle](/?search=guzzlehttp%2Fguzzle)ArchivedLibrary[HTTP &amp; Networking](/categories/http)

p/iris
======

Curl Wrapper to ease curl\* and curl\_multi\* functions usage

0.2.1(12y ago)333MITPHPPHP &gt;=5.3.0

Since Mar 3Pushed 10y agoCompare

[ Source](https://github.com/nyamsprod/Iris)[ Packagist](https://packagist.org/packages/p/iris)[ RSS](/packages/p-iris/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (4)DependenciesVersions (5)Used By (0)

**THIS PACKAGE IS ABANDONNED PLEASE USE A MORE MODERN APPROACH LIKE [guzzle](https://github.com/guzzle/guzzle)**

\#Iris

`Iris` is a simple library that wrap `cURL` functions to ease their use. [Iris](http://fr.wikipedia.org/wiki/Iris_%28mythologie%29) can dot that using a simple OOP approach to `cURL`.

This package is compliant with [PSR-1](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md), [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md), and [PSR-4](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md).

`Iris` was built to understand `cURL` advance features. It is loosely based on [phpmulticurl](https://github.com/dypa/phpmulticurl).

Features &amp; Roadmap
----------------------

[](#features--roadmap)

- \[TODO\] Add Unit Testing

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

[](#requirements)

You need **PHP &gt;= 5.3.0** and the `cURL` extension to use `Iris` but the latest stable version of PHP is recommended.

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

[](#installation)

You may install the `Iris` package with Composer.

```
{
    "require": {
        "P\Iris": "0.*"
    }
}
```

Or you can download the library and point to its autoloading script.

```
