Download the PHP package next/http-server without Composer
On this page you can find all versions of the php package next/http-server. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package http-server
符合Psr7规范的兼容多容器的 Http Server
设计思路
request -> kernel -> response
使用
新建类继承\Next\Http\Server\Kernel
类
然后使用容器实例化HttpKernel
类
框架内置三种环境的ResponseEmitter,均可以自定义
示例
FPM 环境
你还可以通过继承Kernel类的方式来改写其中的某些方法或者放入全局中间件
All versions of http-server with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
next/http-message Version ~0.1
next/utils Version ~0.1
next/routing Version ~0.1
next/di Version ~0.1
psr/http-server-middleware Version ^1.0
psr/http-server-handler Version ^1.0
next/http-message Version ~0.1
next/utils Version ~0.1
next/routing Version ~0.1
next/di Version ~0.1
psr/http-server-middleware Version ^1.0
psr/http-server-handler Version ^1.0
The package next/http-server contains the following files
Loading the files please wait ....