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

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

shopnagru/php-curl
==================

PHP class for easy cUrl

12.2k↓33.3%1PHP

Since Dec 22Pushed 4y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

cUrl
====

[](#curl)

[![GitHub license](https://camo.githubusercontent.com/4e92d99c06649c5870519cba3e4b9455cf8b0332ba74557ea107bb82156bb6bc/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f73686f706e616772752f5048506355726c2e737667)](https://github.com/shopnagru/PHPcUrl/blob/master/LICENSE)

[ru](#ru) [en](#en)

ru
==

[](#ru)

Класс для более удобного использования curl

- установка:

```
composer require shopnagru/php-curl
```

- пример:

```
require_once __DIR__ . '/vendor/autoload.php';
use SNR\cUrl;
...
$curl = new cUrl();
$curl->setUrl('https://google.com');
$curl->setReturnHeader(false);
$response = $curl->execute();
```

en
==

[](#en)

Php class for easy cUrl

- installation:

```
composer require shopnagru/php-curl
```

- example:

```
require_once __DIR__ . '/vendor/autoload.php';
use SNR\cUrl;
...
$curl = new cUrl();
$curl->setUrl('https://google.com');
$curl->setReturnHeader(false);
$response = $curl->execute();
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity27

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/f86c7a452905cd4fc131a7a669d927c6e4aa0820f3981bc04c11a54df0d78b0c?d=identicon)[shopnagru](/maintainers/shopnagru)

---

Top Contributors

[![illuminati0n](https://avatars.githubusercontent.com/u/5390485?v=4)](https://github.com/illuminati0n "illuminati0n (27 commits)")

### Embed Badge

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

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

###  Alternatives

[friendsofsymfony/rest-bundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

2.8k73.3M319](/packages/friendsofsymfony-rest-bundle)[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M293](/packages/pusher-pusher-php-server)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78026.4M414](/packages/react-http)[php-http/curl-client

PSR-18 and HTTPlug Async client with cURL

48347.0M384](/packages/php-http-curl-client)[smi2/phpclickhouse

PHP ClickHouse Client

84310.1M71](/packages/smi2-phpclickhouse)

PHPackages © 2026

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