Skip to content

G-YDG/pangolin-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pangolin-sdk

let php developer easier to access toutian pangolin open api

Install the latest version with

$ composer require ydg/pangolin-sdk

Basic Usage

<?php

use Ydg\PangolinSdk\Pangolin;

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