PHPackages                             bulton-fr/call-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. bulton-fr/call-curl

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

bulton-fr/call-curl
===================

Lib to simply use curl with PHP

1.0.1(10y ago)097LGPL-3.0PHPPHP &gt;=5.5.0

Since Jun 10Pushed 9y ago1 watchersCompare

[ Source](https://github.com/bulton-fr/call-curl)[ Packagist](https://packagist.org/packages/bulton-fr/call-curl)[ Docs](https://github.com/bulton-fr/CallCurl)[ RSS](/packages/bulton-fr-call-curl/feed)WikiDiscussions master Synced 3w ago

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

CallCurl
========

[](#callcurl)

Lib to simply use curl with PHP

[![Build Status](https://camo.githubusercontent.com/24e25428cadbd91f1258f08c9972e4fd83c903b1c5643ba598556b2aed1c9d5c/68747470733a2f2f7472617669732d63692e6f72672f62756c746f6e2d66722f63616c6c2d6375726c2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/bulton-fr/call-curl) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/d42d790180d331c4d0ec2e456dd0388a0aeb65321879e9ca10f8d013cdc41c99/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f62756c746f6e2d66722f63616c6c2d6375726c2f6261646765732f7175616c6974792d73636f72652e706e673f623d312e30)](https://scrutinizer-ci.com/g/bulton-fr/call-curl/?branch=1.0) [![Coverage Status](https://camo.githubusercontent.com/6197d0cb8e141fd18003059a63cd149696e76deff22d3fae206904a14248b8b3/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f62756c746f6e2d66722f63616c6c2d6375726c2f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/bulton-fr/call-curl?branch=master)

Install with composer
---------------------

[](#install-with-composer)

Download composer

```
$ curl -s https://getcomposer.org/installer | php

```

Add call-curl repository to you composer.json

```
{
    "require": {
        "bulton-fr/call-curl": "@stable"
    }
}
```

Execute the command

```
$ php composer.phar install

```

Use in your code
----------------

[](#use-in-your-code)

\### Default parser : No parse data send and receive

```
$curl = new \bultonFr\CallCurl\CallCurl;
$curl->setUrl('http://www.github.com');

$dataReceive = $curl->runCall();
$dataHeaders = $curl->getCurlCallInfos();
```

\### With the Json parser

```
$jsonParser = new \bultonFr\CallCurl\Parser\Json;
$curl       = new \bultonFr\CallCurl\CallCurl($jsonParser, $jsonParser);
$curl->setUrl('http://www.github.com/api');

$dataReceive = $curl->runCall();
$dataHeaders = $curl->getCurlCallInfos();
```

More explications on [wiki](https://github.com/bulton-fr/call-curl/wiki)

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

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 ~0 days

Total

3

Last Release

3672d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8878310e46e073ed70452f0f16ebb5bf177a484811e2b19b2f48d8e2035279a8?d=identicon)[bulton-fr](/maintainers/bulton-fr)

---

Top Contributors

[![bulton-fr](https://avatars.githubusercontent.com/u/2345417?v=4)](https://github.com/bulton-fr "bulton-fr (23 commits)")

---

Tags

phpcurl

### Embed Badge

![Health badge](/badges/bulton-fr-call-curl/health.svg)

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

###  Alternatives

[stefangabos/zebra_curl

A high performance solution for making multiple HTTP requests concurrently, asynchronously from your PHP projects using cURL

21472.0k2](/packages/stefangabos-zebra-curl)[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)
