Search by

huami-cloud / bce-sdk-php

chrisfoon

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. Email us for help if needed.

Package info

github.com/huami-cloud/bce-sdk-php

pkg:composer/huami-cloud/bce-sdk-php

Statistics

Installs: 2 391

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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,
    
    ...