PHPackages                             varzer/curl-http - 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. varzer/curl-http

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

varzer/curl-http
================

The Varzer curl-http

v0.2.2(4y ago)054Apache-2.0PHPPHP &gt;=7.1.0

Since Jun 9Pushed 4y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (7)Used By (0)

curl-http
=========

[](#curl-http)

##### a http require package

[](#a-http-require-package)

```
use varzer\service\Http;

GET:
$url = 'https://api.about.xx.cn/user?id=100';
$jsonObject = Http::requestJSON($url);

POST:
$url = 'https://api.about.xx.cn/user';
$params = [
    "name"=>"varzer",
    "pwd"=>"***",
    "xx"=>"xx",
];

$jsonObject = Http:requestJSON($url,$params,'POST');

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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

5

Last Release

1795d ago

PHP version history (2 changes)v0.1.x-devPHP &gt;=7.0

v0.1PHP &gt;=7.1.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/5c8ddee0cfa1c4637e2643551bcbe0244b45faf6d4a3e2f144530f8cdb692b70?d=identicon)[varzer](/maintainers/varzer)

---

Top Contributors

[![varzer](https://avatars.githubusercontent.com/u/53500980?v=4)](https://github.com/varzer "varzer (10 commits)")

---

Tags

curlvarzerphp http request

### Embed Badge

![Health badge](/badges/varzer-curl-http/health.svg)

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

###  Alternatives

[rmccue/requests

A HTTP library written in PHP, for human beings.

3.6k34.5M254](/packages/rmccue-requests)[kriswallsmith/buzz

Lightweight HTTP client

2.0k31.3M439](/packages/kriswallsmith-buzz)[nategood/httpful

A Readable, Chainable, REST friendly, PHP HTTP Client

1.8k17.2M267](/packages/nategood-httpful)[mashape/unirest-php

Unirest PHP

1.3k9.7M161](/packages/mashape-unirest-php)[php-http/curl-client

PSR-18 and HTTPlug Async client with cURL

48247.0M383](/packages/php-http-curl-client)[smi2/phpclickhouse

PHP ClickHouse Client

83510.1M71](/packages/smi2-phpclickhouse)

PHPackages © 2026

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