plunkr run php code example
Example 1: run php server
cd path/to/your/app
php -S localhost:8000
Example 2: how to run django requirement.txt
$ pip3 install -r requirements.txt ---> For linux
cd path/to/your/app
php -S localhost:8000
$ pip3 install -r requirements.txt ---> For linux