PHP code example of ydg / pangolin-sdk

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

    

ydg / pangolin-sdk example snippets




use Ydg\PangolinSdk\Pangolin;

$app = new Pangolin([
    'app_key' => 'your app_key',
    'app_secure' => 'your app_secure',
]);
$app->product->search();