Serve PHP server
npm install @windastella/php-serversudo apt-get install php-cgi php7.0 libapache2-mod-php7.0 php7.0 php7.0-common php7.0-gd php7.0-mysql php7.0-mcrypt php7.0-curl php7.0-intl php7.0-xsl php7.0-mbstring php7.0-zip php7.0-bcmath php7.0-iconv
choco install -y php
npm install -g @windastella/php-server
php-server --port 8080 --host 0.0.0.0 --dir public
-p,--port Set port Number , default 8080
-h,--host Set host Address , default 0.0.0.0
-d,--dir Set directory to serve, default ``