avik/pulse
最新稳定版本:v1.1.1
Composer 安装命令:
composer require avik/pulse
包简介
HTTP runtime and request lifecycle kernel for the Avik framework
README 文档
README
Pulse is the runtime and HTTP kernel of the Avik framework.
It is responsible for driving the request–response lifecycle.
Responsibilities
- Receive HTTP requests
- Run middleware pipeline
- Dispatch routes to controllers
- Convert exceptions into HTTP responses
What Pulse Does NOT Do
- Define routes
- Define middleware
- Bootstrap the application
- Contain business logic
Lifecycle
Request → Middleware → Controller → Response
Design Principles
- Explicit execution flow
- No hidden magic
- Middleware-first architecture
- Framework-agnostic runtime
Stability
The API of this package is frozen after v1.0.0.
License
MIT
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-12-28