Skip to content

XAMPHP is a command-line interface app designed to launch PHP projects via XAMPP engine from any location on your Windows machine as a virtual local host

License

Notifications You must be signed in to change notification settings

IG-onGit/XAMPHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XAMPHP v1.0.5

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

Installation

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

Commands

These are the available commands you can use:

  • xamphp - To list available commands
  • xamphp start (domain) - Start the project with virtual domain
  • xamphp stop - Stop the project if it didn't

NOTE

  • 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

About

XAMPHP is a command-line interface app designed to launch PHP projects via XAMPP engine from any location on your Windows machine as a virtual local host

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages