phulsar / stack
PHulsar Framework Kernel Interfaces
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/phulsar/stack
Requires
- php: >=7.1
- psr/http-message: ~1.0
This package is not auto-updated.
Last update: 2025-09-28 07:19:51 UTC
README
Phulsar Kernel Interfaces
What is stack?
Stack is a collection of interfaces who serves methods for general kernel implementations.
HttpKernelInterface
The HttpKernelInterface
is designed to dispatch a PSR-compatible
ServerRequestInterface
-instance to a PSR-Compatible
ResponseInterface
-instance.