Download the PHP package avik/pulse without Composer
On this page you can find all versions of the php package avik/pulse. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor avik
Package pulse
Short Description HTTP runtime and request lifecycle kernel for the Avik framework
License MIT
Package pulse
Short Description HTTP runtime and request lifecycle kernel for the Avik framework
License MIT
Please rate this library. Is it a good library?
Informations about the package pulse
avik/pulse
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
All versions of pulse with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
avik/ignite Version ^1.0
avik/flow Version ^1.0
avik/path Version ^1.0
avik/crate Version ^1.0
avik/canvas Version ^1.0
avik/ignite Version ^1.0
avik/flow Version ^1.0
avik/path Version ^1.0
avik/crate Version ^1.0
avik/canvas Version ^1.0
The package avik/pulse contains the following files
Loading the files please wait ...