PHP code example of uniondrug / sketch

1. Go to this page and download the library: Download uniondrug/sketch 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/ */

    

uniondrug / sketch example snippets

bash
php console postman
bash
php console consul OP [OPTIONS]
bash
php console consul register \
    --env=release \
    --consul-ip=192.168.3.195 \
    --consul-port=8500 \
    --service-ip=192.168.3.195 \
    --service-port=8080
bash
# 生成镜像
php console docker