how to run a php script from the command line code example
Example 1: run php server
cd path/to/your/app
php -S localhost:8000
Example 2: php run command terminal
php -r "Print \"Hello, World!\";"
cd path/to/your/app
php -S localhost:8000
php -r "Print \"Hello, World!\";"