Rails' script / server for PHP project

Is there a simple HTTP server that can be run in the current path of a PHP project, for example Rails' script / server (webrick)?

+3
source share
2 answers

Yes, there is (to my shock). He is called Nanoweb

+6
source

http://www.phpontrax.com/

php on trax is basically Rails for PHP, I'm not sure if it has a script / server. (maybe read the site here as being filtered)

-1
source

Source: https://habr.com/ru/post/1725910/


All Articles