PHP code example of jackiedo / xampp-php-switcher

1. Go to this page and download the library: Download jackiedo/xampp-php-switcher library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

jackiedo / xampp-php-switcher example snippets


$ composer create-project jackiedo/xampp-php-switcher xphp "1.*"

$ xphp add "drive:\path\to\above\xampp-php-directory"

$ xphp add [PATH_TO_ANOTHER_XAMPP_PHP_DIRECTORY]

$ xphp add "D:\download\xampp-win32-5.5.19-0-VC11\php"