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. [HTTP &amp; Networking](/categories/http)
4. /
5. tangdj/http

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

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 today

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 21% 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

1789d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/37607658?v=4)[tangdj](/maintainers/tangdongjie)[@tangdongjie](https://github.com/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

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[spatie/crawler

Crawl all internal links found on a website

2.8k18.5M66](/packages/spatie-crawler)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[illuminate/http

The Illuminate Http package.

11937.9M6.9k](/packages/illuminate-http)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[guzzlehttp/guzzle-services

Provides an implementation of the Guzzle Command library that uses Guzzle service descriptions to describe web services, serialize requests, and parse responses into easy to use model structures.

25711.0M191](/packages/guzzlehttp-guzzle-services)

PHPackages © 2026

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