Type these commands to setup a local PHP server from a specific directory or folder.
sudo php --server localhost:8080 --docroot
or
php -S localhost:8000