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

ActiveLibrary

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 4d 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 32% 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

3287d 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

[timacdonald/log-fake

A drop in fake logger for testing with the Laravel framework.

4235.9M56](/packages/timacdonald-log-fake)[jasonmccreary/laravel-test-assertions

A set of helpful assertions when testing Laravel applications.

3513.9M32](/packages/jasonmccreary-laravel-test-assertions)[ergebnis/phpunit-slow-test-detector

Provides facilities for detecting slow tests in phpunit/phpunit.

1468.1M72](/packages/ergebnis-phpunit-slow-test-detector)[typo3/testing-framework

The TYPO3 testing framework provides base classes for unit, functional and acceptance testing.

675.0M775](/packages/typo3-testing-framework)[robiningelbrecht/phpunit-pretty-print

Prettify PHPUnit output

76460.0k15](/packages/robiningelbrecht-phpunit-pretty-print)[webmozarts/strict-phpunit

Enables type-safe comparisons of objects in PHPUnit

31252.7k5](/packages/webmozarts-strict-phpunit)

PHPackages © 2026

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