Project: XAMPHP
Version: 1.0.5
OS: Microsoft / Windows
Author: Irakli Gzirishvili
Mail: gziraklirex@gmail.com
XAMPHP is a Python command-line interface application, designed to launch PHP projects via XAMPP engine from any location on your Windows machine as a virtual local host
Disclaimer: XAMPHP CLI app is an independent open-source project (created by Irakli Gzirishvili) and is not affiliated with, endorsed by or officially associated with the PHP Group nor XAMPP.
Run your CMD as an administrator to use XAMPHP
To use XAMPHP, follow these steps:
- Open CMD and run the following command to install
pip install xamphp
then restart your CMD - To check if XAMPHP is installed correctly, run the following command
xamphp
These are the available commands you can use:
xamphp
- To list available commandsxamphp start (domain)
- Start the project with virtual domainxamphp stop
- Stop the project if it didn't
- App will edit file 'C:/xampp/apache/conf/extra/httpd-vhosts.conf' to setup Virtual Host during execution.
- App will edit file 'C:/Windows/System32/drivers/etc/hosts' to map local IP address (127.0.0.1) to the Virtual Host.
- By default, app will reset these configurations after stopping the execution.
You will need to use
Run as administrator
when using this app via CMD