asialong / jinritemai-sdk
抖音抖店phpsdk
0.1.4
2021-12-13 03:31 UTC
Requires
- php: >=7.0
- ext-json: *
- hanson/foundation-sdk: 4.0.2
Requires (Dev)
- php: >=7.0
- ext-json: *
- hanson/foundation-sdk: 4.0.2
- phpunit/phpunit: ^8.5
README
Install
composer require asialong/jinritemai-sdk -vvv
Usage
<?php $dispatch = new \Asialong\JinritemaiSdk\Doudian([ 'client_id' => 'your-app-key', 'client_secret' => 'your-secret', 'service_id' => 12345, 'debug' => true, 'member_type' => 'MERCHANT', 'redirect_uri' => 'http://www.xxx.com/callback', 'log' => [ 'name' => 'doudian', 'file' => __DIR__ . '/doudian.log', 'level' => 'debug', 'permission' => 0777, ], ]);