comphp/http
Composer 安装命令:
composer require comphp/http
包简介
HTTP request, response, middleware, and web execution support for PHP applications.
README 文档
README
CommonPHP HTTP provides HTTP request, response, middleware, and web execution support for CommonPHP applications. It defines the HTTP executive and the lower-level pieces needed to receive a request, pass it through middleware, and emit a response.
The package is the HTTP foundation for web-facing CommonPHP packages such as router, API, assets, docs, and web.
Requirements
- PHP
^8.5 comphp/runtime:^0.3- PSR HTTP packages as required by the implementation
Installation
Once this package is available through your Composer repositories, install it with:
composer require comphp/http
Usage
<?php // TODO: Write usage
Package Notes
This package should provide the HTTP executive, request/response abstractions, middleware support, surface resolution, response emission, and HTTP error handling. Routing should remain in comphp/router.
Error Handling
Invalid requests, response emission failures, middleware failures, and unmatched HTTP surfaces should throw CommonPHP HTTP exceptions or produce appropriate HTTP error responses.
Documentation
License
MIT. See LICENSE.md.
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 5
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-05-17