huami-cloud/bce-sdk-php

There is no license information available for the latest version (v0.9.1) of this package.

Baidu Bce Support

This package's canonical repository appears to be gone and the package has been frozen as a result.

v0.9.1 2019-02-18 04:26 UTC

This package is not auto-updated.

Last update: 2022-03-01 04:07:58 UTC


README

Add Composer Support For Baidu Bce Sdk newest version.

  • How To Use

config/app.php 中添加如下的代码

    ...

    BaiduBceSupport\BaiduBceServiceProvider::class,
    
    ...