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

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

vesic/php-curl
==============

php curl class wrapper

0.0.3(9y ago)010PHP

Since May 15Pushed 9y agoCompare

[ Source](https://github.com/dusan-vesic-devtech/php-curl)[ Packagist](https://packagist.org/packages/vesic/php-curl)[ RSS](/packages/vesic-php-curl/feed)WikiDiscussions master Synced 2w ago

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

php-curl
========

[](#php-curl)

PHP curl class wrapper

Installation
============

[](#installation)

```
composer require vesic/php-curl

```

Usage
=====

[](#usage)

```
use \Vesic\Curl\Curl;

$curl = Curl::getCurlObject();
$curl = Curl::getCurlObject('http://www.example.com');

$curl->setUrl('http://www.example.com');

$curl->setOption('url', 'https://jsonplaceholder.typicode.com/users/1');

$curl->setOptionsArray(['url'=>'https://jsonplaceholder.typicode.com/users/1', 'file'=>'json.txt']);

$response = $curl->exec(false); // write to the stdout

```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 72.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 ~0 days

Total

3

Last Release

3334d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4b31abea231b812a77fa758b9d7ac61033ff1f6d3f0e1181d576a4a1cc41c3ed?d=identicon)[dusan-vesic-devtech](/maintainers/dusan-vesic-devtech)

---

Top Contributors

[![vesic](https://avatars.githubusercontent.com/u/14851810?v=4)](https://github.com/vesic "vesic (8 commits)")[![dusan-vesic-devtech](https://avatars.githubusercontent.com/u/28391650?v=4)](https://github.com/dusan-vesic-devtech "dusan-vesic-devtech (3 commits)")

### Embed Badge

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

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

###  Alternatives

[pestphp/pest

The elegant PHP Testing Framework.

11.6k72.2M19.7k](/packages/pestphp-pest)[drupal/core-dev

require-dev dependencies from drupal/drupal; use in addition to drupal/core-recommended to run tests from drupal/core.

2022.6M335](/packages/drupal-core-dev)[php-http/client-integration-tests

HTTP Client integration tests

1778.3k28](/packages/php-http-client-integration-tests)

PHPackages © 2026

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