avik/pulse 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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
  • 点击次数: 5
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-12-28