phulsar / stack
PHulsar Framework Kernel Interfaces
v1.0.0
2017-04-25 22:26 UTC
Requires
- php: >=7.1
- psr/http-message: ~1.0
This package is not auto-updated.
Last update: 2024-11-10 03:04:24 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.