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

ActiveLibrary

tangdj/http
===========

http client library

v1.3(4y ago)09MITPHPPHP &gt;=7.1

Since Aug 9Pushed 4y ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (5)Used By (0)

com-tangdj
==========

[](#com-tangdj)

```
This is a private warehouse service, feel free to use, problems need to be resolved

```

Test code
---------

[](#test-code)

```
require_once './vendor/autoload.php';

use Tangdj\Http\TangdjHttp;

//异步
//$r = TangdjHttp::asJson()->get('127.0.0.1/esTest.php', ['a' => 'b'])->json();
//
//$r = TangdjHttp::asJson()->post('127.0.0.1/esTest.php', ['a' => 'b'])->json();

//并发
$r = TangdjHttp::unwrap([
    'a' => TangdjHttp::asJson()->getConcurrent('127.0.0.1/test.php', ['get_params' => ['a'=>111,'b'=>22]]),
    'b' => TangdjHttp::asJson()->postConcurrent('127.0.0.1/test.php', ['post_params' => ['c'=>333,'d'=>44]])
]);

$a = $r['a']->json();
$b = $r['b']->json();

var_dump($a);
var_dump($b);
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

4

Last Release

1735d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/30355ab196d76c8ffbe1ac89d846fdfb6fd58ec10a2013b6730e18aa436abcad?d=identicon)[tangdongjie](/maintainers/tangdongjie)

---

Top Contributors

[![tangdongjie](https://avatars.githubusercontent.com/u/37607658?v=4)](https://github.com/tangdongjie "tangdongjie (3 commits)")

### Embed Badge

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

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

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k20](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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