bgprov / lugege
电子渠道SDK
v1.0
2021-04-25 01:31 UTC
Requires
- php: >=7.0
- ext-fileinfo: *
- ext-openssl: *
- guzzlehttp/guzzle: ^6.2 || ^7.0
- monolog/monolog: ^1.22 || ^2.0
- pimple/pimple: ^3.0
- symfony/cache: ^3.3 || ^4.3 || ^5.0
- symfony/event-dispatcher: ^4.3 || ^5.0
- symfony/http-foundation: ^2.7 || ^3.0 || ^4.0 || ^5.0
- symfony/psr-http-message-bridge: ^0.3 || ^1.0 || ^2.0
Requires (Dev)
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-10-25 09:21:06 UTC
README
基本使用(以服务端为例):
$defaultConfig = [ 'http' => [ 'timeout' => 30, 'base_uri' => 'http://app.10085.shop/' ], 'pem'=>[ 'path'=>'xxxx\xxx\xxx', 'file_name'=>'private.key' ], 'user_id'=>1000, ];; $app = Factory::make($config); //可以只传['user_id'=>1001] 不传 $response = $app->sub_data->get(); #check get_mobil get_pack #返回collect 数组