Download the PHP package cherrynechou/dada without Composer
On this page you can find all versions of the php package cherrynechou/dada. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package dada
达达Sdk
this is dada for laravel.
Installing
Usage
TODO
配置文件样例
达达配置
$config=[
'is_sandbox'=>true,
'app_key' => '',
'app_secret' => '',
'source_id' => '',
]
$app = new Application($config);
使用方法
添加门店
$app->shop->add(...);
添加订单
$app->order->add(...);
获取城市列表
$app->city->list();
License
MIT
All versions of dada with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2|^8.0
pimple/pimple Version ^3.0
psr/simple-cache Version ^1.0
guzzlehttp/guzzle Version ^6.2 || ^7.0
pimple/pimple Version ^3.0
psr/simple-cache Version ^1.0
guzzlehttp/guzzle Version ^6.2 || ^7.0
The package cherrynechou/dada contains the following files
Loading the files please wait ....