PHP 的本地测试服务器类似于 Django 的 runserver
作为一名主要使用 Django 的 Python 开发人员,我已经习惯了 针对我的项目的内置测试服务器,这使我无需为我正在本地开发的每个项目设置 Apache机器。 PHP 是否有类似的东西,让我说“将此目录作为 localhost:8080 上的 PHP 项目提供服务”?
我并不是在寻找像 XAMPP 或 WAMP 这样的一体化解决方案。
As a Python developer using mostly Django, I've grown accustomed to have a built-in test server for my projects, which spares me from setting up Apache for every single project I'm working on my local development machine. Is there something similar for PHP which let's me say "serve this directory as PHP project on localhost:8080"?
I'm not looking for an all-in-one-solution like XAMPP or WAMP.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看起来 PHP 5.4 添加了此功能:
http://www.php.net /manual/en/features.commandline.webserver.php
Looks like PHP 5.4 added this capability:
http://www.php.net/manual/en/features.commandline.webserver.php
您可能想查看 http://nanoweb.si.kz/
you might want to look at http://nanoweb.si.kz/