PHP code example of philippe-vandermoere / docker-php

1. Go to this page and download the library: Download philippe-vandermoere/docker-php 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/ */

    

philippe-vandermoere / docker-php example snippets


./bin/docker-php --version 7.3.5 --extensions 'gd xdebug' -t php_custom:7.3.5-dev

./bin/docker-php --version 7.3.5 --extensions gd -t php_custom:7.3.5

./bin/docker-php --version 7.2.17 -t php_custom:7.2.17