PHP code example of sndwow / sand

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

    

sndwow / sand example snippets


fpm框架 调用:
$app = new \Sndwow\Sand\SandApp($config);
$app->wechat_mini->orderCreate([]);
bash
Hyperf
php bin/hyperf.php vendor:publish sndwow/sand
Laravel
php artisan vendor:publish