server for php code example
Example 1: php server
cd path/to/your/app
php -S 127.0.0.1:8000
Example 2: php server
php -S localhost:8000 -t ./
Example 3: Web servers supported by php
XAMPP, WAMP, LAMP, LEMP, MAMP, AMPPS, WPN-XM and EasyPHP are some web servers supported by php.