python - Local test server for PHP similar to Django's runserver -


as python developer using django, i've grown accustomed have built-in test server projects, spares me setting apache every single project i'm working on local development machine. there similar php let's me "serve directory php project on localhost:8080"?

i'm not looking all-in-one-solution xampp or wamp.

looks php 5.4 added capability:

http://www.php.net/manual/en/features.commandline.webserver.php


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -