I\'m doing PHP development. And coming from a Rails background, I\'m looking for a like-for-like replacement for Webrick in PHP. Is there such a light weight server? Something w
You should try sng.
It is script which launches a PHP/Nginx development server quickly without any admin privileges. In is made in nodejs
You can install it very easily with :
npm install sng