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

AbandonedArchivedLibrary[Framework](/categories/framework)

marius321967/php-curl-class
===========================

PHP Curl Class is an object-oriented wrapper of the PHP cURL extension.

4.0.0(10y ago)014UnlicensePHPPHP &gt;=5.3

Since Apr 12Pushed 10y ago1 watchersCompare

[ Source](https://github.com/marius321967/php-curl-class)[ Packagist](https://packagist.org/packages/marius321967/php-curl-class)[ Docs](https://github.com/marius321967/php-curl-class)[ RSS](/packages/marius321967-php-curl-class/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (8)Used By (0)

[PHP Curl Class](https://github.com/php-curl-class/php-curl-class) that makes use of PHP interfaces.

### Changes

[](#changes)

`MultiCurl`'s `addGet`, `addPost`, etc. calls changed to `get`, `post` and so on.

#### Regular Curl

[](#regular-curl)

```
// Our response.
$response = null;

// Single Curl request object.
$curl = new Curl();

// Bind success callback.
$curl->success(function($curl) use (&$response) {
    $response = $curl->response;
});

// Send the request.
$curl->get('http://example.com/');

echo $response;
```

#### Async Curl

[](#async-curl)

```
// Our response.
$response = null;

// Async Curl handler.
$multiCurl = new MultiCurl();

// Add a get request to the queue, it returns the single request object.
$curl = $multiCurl->get('http://example.com/');

// Bind success callback.
$curl->success(function($curl) use (&$response) {
    $response = $curl->response;
});

// Execute all requests in the queue.
$multiCurl->start();

echo $response;
```

### Notes

[](#notes)

For other features, read the [Original Package](https://github.com/php-curl-class/php-curl-class) documentation.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 88.7% 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 ~78 days

Recently: every ~55 days

Total

7

Last Release

3946d ago

Major Versions

2.1.1 → 3.4.32015-03-31

3.5.5 → 4.0.02015-07-29

### Community

Maintainers

![](https://www.gravatar.com/avatar/34fb88dca06688de760a0de795dbe0f1cfe77ed427c25d75f38bea52f0e60575?d=identicon)[marius321967](/maintainers/marius321967)

---

Top Contributors

[![zachborboa](https://avatars.githubusercontent.com/u/1083146?v=4)](https://github.com/zachborboa "zachborboa (410 commits)")[![zborboa-g](https://avatars.githubusercontent.com/u/6154360?v=4)](https://github.com/zborboa-g "zborboa-g (16 commits)")[![marius321967](https://avatars.githubusercontent.com/u/3979565?v=4)](https://github.com/marius321967 "marius321967 (12 commits)")[![case](https://avatars.githubusercontent.com/u/20105?v=4)](https://github.com/case "case (3 commits)")[![tixlegeek](https://avatars.githubusercontent.com/u/5763595?v=4)](https://github.com/tixlegeek "tixlegeek (2 commits)")[![user52](https://avatars.githubusercontent.com/u/3287452?v=4)](https://github.com/user52 "user52 (2 commits)")[![willianpts](https://avatars.githubusercontent.com/u/553533?v=4)](https://github.com/willianpts "willianpts (2 commits)")[![failpunk](https://avatars.githubusercontent.com/u/1109167?v=4)](https://github.com/failpunk "failpunk (2 commits)")[![rockerBOO](https://avatars.githubusercontent.com/u/15027?v=4)](https://github.com/rockerBOO "rockerBOO (2 commits)")[![Pezmc](https://avatars.githubusercontent.com/u/507155?v=4)](https://github.com/Pezmc "Pezmc (1 commits)")[![Yahasana](https://avatars.githubusercontent.com/u/97450?v=4)](https://github.com/Yahasana "Yahasana (1 commits)")[![mangeld](https://avatars.githubusercontent.com/u/6747546?v=4)](https://github.com/mangeld "mangeld (1 commits)")[![bangbang93](https://avatars.githubusercontent.com/u/3430784?v=4)](https://github.com/bangbang93 "bangbang93 (1 commits)")[![chadwhitacre](https://avatars.githubusercontent.com/u/134455?v=4)](https://github.com/chadwhitacre "chadwhitacre (1 commits)")[![DaniSancas](https://avatars.githubusercontent.com/u/3708682?v=4)](https://github.com/DaniSancas "DaniSancas (1 commits)")[![dbrigham-ut](https://avatars.githubusercontent.com/u/1747664?v=4)](https://github.com/dbrigham-ut "dbrigham-ut (1 commits)")[![ironpilot](https://avatars.githubusercontent.com/u/1167789?v=4)](https://github.com/ironpilot "ironpilot (1 commits)")[![k00ni](https://avatars.githubusercontent.com/u/381727?v=4)](https://github.com/k00ni "k00ni (1 commits)")[![maisumakun](https://avatars.githubusercontent.com/u/7711783?v=4)](https://github.com/maisumakun "maisumakun (1 commits)")[![akeinhell](https://avatars.githubusercontent.com/u/1063877?v=4)](https://github.com/akeinhell "akeinhell (1 commits)")

---

Tags

httpphpjsonapiclientframeworkrestxmlcurlhttp clientweb serviceclassrestfulrequests

### Embed Badge

![Health badge](/badges/marius321967-php-curl-class/health.svg)

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

###  Alternatives

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

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

3.3k9.5M353](/packages/php-curl-class-php-curl-class)[ismaeltoe/osms

PHP library wrapper of the Orange SMS API.

4540.0k](/packages/ismaeltoe-osms)

PHPackages © 2026

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