PHPackages                             webman-tech/laravel-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. webman-tech/laravel-http

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

webman-tech/laravel-http
========================

Webman plugin webman-tech/laravel-http

v12.0.12(5mo ago)0463↓16.7%MITPHPPHP ^8.2

Since Jun 4Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/webman-tech/laravel-http)[ Packagist](https://packagist.org/packages/webman-tech/laravel-http)[ RSS](/packages/webman-tech-laravel-http/feed)WikiDiscussions 12.x Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (15)Used By (0)

webman-tech/laravel-http
========================

[](#webman-techlaravel-http)

> Split from [webman-tech/laravel-monorepo](https://github.com/webman-tech/laravel-monorepo)

适用于 webman 的 Laravel HTTP 组件，基于 illuminate/http 实现。

安装
--

[](#安装)

```
composer require webman-tech/laravel-http
```

简介
--

[](#简介)

该组件将 Laravel 强大的 HTTP 功能引入 webman 框架中，包括 HTTP 客户端、Request 对象和上传文件处理。

所有方法和配置与 Laravel 几乎一致，因此使用方式可完全参考 [Laravel HTTP Client 文档](https://laravel.com/docs/http-client)和 [Laravel Requests 文档](https://laravel.com/docs/requests)。

特殊使用说明
------

[](#特殊使用说明)

### 1. Facades 使用方式

[](#1-facades-使用方式)

- 使用 `WebmanTech\LaravelHttp\Facades\Http` 替代 `Illuminate\Support\Facades\Http`
- 使用 `WebmanTech\LaravelHttp\Facades\LaravelRequest` 替代 `Illuminate\Support\Facades\Request`
- 使用 `WebmanTech\LaravelHttp\Facades\LaravelUploadedFile` 来快速包装 `Webman\UploadedFile` 为 `Illuminate\Http\UploadedFile`

### 2. 文件上传处理

[](#2-文件上传处理)

```
use WebmanTech\LaravelHttp\Facades\LaravelUploadedFile;

// 包装 Webman 上传文件为 Laravel UploadedFile
$uploadedFile = LaravelUploadedFile::wrapper($request->file('avatar'));
// 现在可以使用 Laravel 的所有文件操作方法
$path = $uploadedFile->store('avatars');
```

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance72

Regular maintenance activity

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 89.5% 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 ~12 days

Recently: every ~7 days

Total

15

Last Release

164d ago

Major Versions

11.0.0 → v12.0.32025-06-04

v11.0.2 → v12.0.52025-07-22

### Community

Maintainers

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

---

Top Contributors

[![krissss](https://avatars.githubusercontent.com/u/10680903?v=4)](https://github.com/krissss "krissss (17 commits)")[![je8903042009](https://avatars.githubusercontent.com/u/44671978?v=4)](https://github.com/je8903042009 "je8903042009 (2 commits)")

### Embed Badge

![Health badge](/badges/webman-tech-laravel-http/health.svg)

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

###  Alternatives

[omniphx/forrest

A Laravel library for Salesforce

2724.4M8](/packages/omniphx-forrest)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)[infinitypaul/idempotency-laravel

Elegant and production-ready idempotency middleware for Laravel APIs.

13317.5k](/packages/infinitypaul-idempotency-laravel)[tomschlick/request-migrations

HTTP Request Migrations

1844.5k](/packages/tomschlick-request-migrations)[onlime/laravel-http-client-global-logger

A global logger for the Laravel HTTP Client

1935.1k](/packages/onlime-laravel-http-client-global-logger)[dragon-code/laravel-http-logger

Logging incoming HTTP requests

319.8k3](/packages/dragon-code-laravel-http-logger)

PHPackages © 2026

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