run project php code example Example 1: run php server cd path/to/your/app php -S localhost:8000 Example 2: run a php site php -S 127.0.0.1:8000