narrowspark/http-emitter
最新稳定版本:v2.0.4
Composer 安装命令:
composer require narrowspark/http-emitter
包简介
Emitting psr-7 responses.
关键字:
README 文档
README
Emits a Response to the PHP Server API.
The available emitter implementations are.
- `Narrowspark\HttpEmitter\SapiEmitter` - `Narrowspark\HttpEmitter\SapiStreamEmitter`. Note: each use the native PHP functions
header()andechoto emit the response.
Note: if headers have been sent, or the output buffer exists, and has a non-zero length, the emitters raise an exception, as mixed PSR-7 / output buffer content creates a blocking issue.
If you are emitting content via
echo,var_dump, etc., or not catching PHP errors / exceptions, you will need to either fix your app to always work with a PSR-7 response. Or provide your own emitters that allow mixed output mechanisms.
Installation
composer require narrowspark/http-emitter
Use
How to use the SapiEmitter:
<?php use Narrowspark\HttpEmitter\SapiEmitter; $response = new \Response(); $response->getBody()->write("some content\n"); $emitter = new SapiEmitter(); $emitter->emit($response);
If you missing the Content-Length header you can use the \Narrowspark\HttpEmitter\Util\Util::injectContentLength static method.
<?php use Narrowspark\HttpEmitter\Util; $response = new \Response(); $response = Util::injectContentLength($response);
Versioning
This library follows semantic versioning, and additions to the code ruleset are performed in major releases.
Changelog
Please have a look at CHANGELOG.md.
Contributing
If you would like to help take a look at the list of issues and check our Contributing guild.
Code of Conduct
Please have a look at CODE_OF_CONDUCT.md.
License
This package is licensed using the MIT License.
Please have a look at LICENSE.md.
narrowspark/http-emitter 适用场景与选型建议
narrowspark/http-emitter 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 154.28k 次下载、GitHub Stars 达 32, 最近一次更新时间为 2026 年 01 月 04 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「http」 「emitter」 「narrowspark」 「psr-7」 「sapi」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 narrowspark/http-emitter 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 narrowspark/http-emitter 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 narrowspark/http-emitter 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
PHP MIME Types Guesser and extension mapping.
Provides a configuration for friendsofphp/php-cs-fixer, used within Narrowspark and Anolilab.
repository php library
The Narrowspark Coding Standard is a set of phpstan, psalm, infection, rector and php-cs-fixer rules applied to all Narrowspark projects.
Event library that implements variations of the mediator and observer patterns
A Collections library for PHP.
统计信息
- 总下载量: 154.28k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 35
- 点击次数: 35
- 依赖项目数: 10
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-04