Phin comes with a built in command to run PHP’s server.
Serve site locally:
$ phin serve
Optionally specify --host and --port
--host
--port
A browser pointed at http://localhost:8000 should show the default Phin site.