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

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

tlwl/http-client
================

http client for the request internal service.

v1.2.0(6y ago)2105MITPHP

Since May 17Pushed 6y agoCompare

[ Source](https://github.com/tian-wolf/laravel-http-client)[ Packagist](https://packagist.org/packages/tlwl/http-client)[ RSS](/packages/tlwl-http-client/feed)WikiDiscussions master Synced 3d ago

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

tlwl/http-client
================

[](#tlwlhttp-client)

http client for the request internal service.

运行环境
----

[](#运行环境)

- php &gt;= 7.0
- composer
- laravel || lumen &gt;= 5.1

如何安装
----

[](#如何安装)

```
$ composer require tlwl/http-client
```

### 添加 service provider（optional. if laravel &lt; 5.5 || lumen）

[](#添加-service-provideroptional-if-laravel--55--lumen)

```
// laravel < 5.5
Tlwl\HttpClient\HttpClientServiceProvider::class

// lumen
$app->register(Tlwl\HttpClient\HttpClientServiceProvider::class);
```

### 添加 alias（optional. if laravel &lt; 5.5）

[](#添加-aliasoptional-if-laravel--55)

```
'HttpClient'=>Tianwolf\HttpClient\Facades\HttpClient::class,
```

### 配置文件&amp;数据表生成

[](#配置文件数据表生成)

```
$ php artisan vendor:publish --provider="Tlwl\HttpClient\HttpClientServiceProvider"
```

**lumen 用户请手动复制**

随后，请在 `config` 文件夹中完善配置信息。

具体使用说明请传送至

LICENSE [MIT](https://github.com/tian-wolf/laravel-http-client/blob/master/LICENSE)
-----------------------------------------------------------------------------------

[](#license-mit)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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 ~3 days

Total

6

Last Release

2540d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fdeb4fcccc7c59a51a7f478688289c9c2bae0abc6bbfeb75826f7a07dbd0e585?d=identicon)[tian-wolf](/maintainers/tian-wolf)

---

Top Contributors

[![wolf-nest](https://avatars.githubusercontent.com/u/46433711?v=4)](https://github.com/wolf-nest "wolf-nest (6 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[mateusjunges/laravel-kafka

A kafka driver for laravel

7163.1M17](/packages/mateusjunges-laravel-kafka)[illuminate/http

The Illuminate Http package.

11936.0M5.1k](/packages/illuminate-http)[akamai-open/edgegrid-client

Implements the Akamai {OPEN} EdgeGrid Authentication specified by https://developer.akamai.com/introduction/Client\_Auth.html

482.5M6](/packages/akamai-open-edgegrid-client)[onlime/laravel-http-client-global-logger

A global logger for the Laravel HTTP Client

1935.1k](/packages/onlime-laravel-http-client-global-logger)[huaweicloud/huaweicloud-sdk-php

Huawei Cloud SDK for PHP

1829.2k2](/packages/huaweicloud-huaweicloud-sdk-php)

PHPackages © 2026

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