github.com/c9s/WebServerRunner
源代码
问题
安装: 843
依赖: 2
建议者: 0
安全: 0
星标: 5
关注者: 4
分支: 0
公开问题: 0
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
MIT 4c1e789f7d69ca4579a3e3d0ca722ba486ddad40
This package is auto-updated.
Last update: 2024-08-29 03:47:23 UTC
这是一个简单的PHP内置web服务器的运行包装器。
$runner = new WebServerRunner('localhost', '3343', './'); $runner->setVerbose(); $runner->execute(); $info = $runner->info(); $pid = $runner->getPid(); $runner->stopOnShutdown();