Jalankan PHP Websevrer dengan Python

import os

os.system('php -S localhost:8000')
CLUSION