PHPackages                             easy-curl/easy-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. [Framework](/categories/framework)
4. /
5. easy-curl/easy-curl

ActiveLibrary[Framework](/categories/framework)

easy-curl/easy-curl
===================

most easy curl class of the PHP cURL extension.

1.0.5(10y ago)06UnlicensePHP

Since Feb 23Pushed 10y ago1 watchersCompare

[ Source](https://github.com/moliniao/easycurl)[ Packagist](https://packagist.org/packages/easy-curl/easy-curl)[ Docs](https://github.com/moliniao/easycurl)[ RSS](/packages/easy-curl-easy-curl/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (5)Used By (0)

easycurl
========

[](#easycurl)

There are a lot of popular of the PHP cURL extension wrapper, but these library interface is too complex.So create a more friendly and simple curl Library.

```
require __DIR__ . '/vendor/autoload.php';

use \Easycurl\Easycurl;

$curl = new Easycurl(array(
                /*
                    des: need fetch data of url
                    @var string
                    specify: must
                */
                "url"=>"http://www.baidu.com",
                /*
                    des: set user agent
                    @var string
                    specify: option
                */
                "userAgent"=>"",
                /*
                    des: fetch method
                    @var string
                    specify: option , default get
                */
                "method"=>"get",
                /*
                    des: set fetch request header
                    @var array
                    specify: option
                */
                "header"=>array(
                    "Host" => "www.baidu.com",
                    "Connection" => "keep-alive",
                    "Accept-Encoding" => "gzip"
                ),
                /*
                    des: set referrer
                    @var string
                    specify: option
                */
                "referrer"=>"",
                /*
                    des: set request data
                    @var array
                    specify: option
                */
                "data"=> array()
            )
        );

$curl->start();
```

```
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1 days

Total

4

Last Release

3776d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2064086?v=4)[moliniao](/maintainers/moliniao)[@moliniao](https://github.com/moliniao)

---

Top Contributors

[![moliniao](https://avatars.githubusercontent.com/u/2064086?v=4)](https://github.com/moliniao "moliniao (8 commits)")

---

Tags

httpphpjsonapiclientframeworkrestxmlcurlhttp clientweb serviceclassrestfulrequests

### Embed Badge

![Health badge](/badges/easy-curl-easy-curl/health.svg)

```
[![Health](https://phpackages.com/badges/easy-curl-easy-curl/health.svg)](https://phpackages.com/packages/easy-curl-easy-curl)
```

###  Alternatives

[php-curl-class/php-curl-class

PHP Curl Class makes it easy to send HTTP requests and integrate with web APIs.

3.3k9.8M372](/packages/php-curl-class-php-curl-class)[ismaeltoe/osms

PHP library wrapper of the Orange SMS API.

4540.5k](/packages/ismaeltoe-osms)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
