xzncit/oss

1.0.4 2024-01-19 12:56 UTC

This package is auto-updated.

Last update: 2024-04-19 13:30:52 UTC


README

68747470733a2f2f696d672e736869656c64732e696f2f62616467652f576562736974652d41334d616c6c2d696d706f7274616e742e737667 68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e63652d47504c332e302d677265656e2e737667 68747470733a2f2f696d672e736869656c64732e696f2f62616467652f45646974696f6e2d76312e302d626c75652e737667

如果本OSS开发包对您有所帮助,您可以点右上角 "Star" 支持一下 谢谢!

环境要求

  • PHP >= 7.2.5
  • Composer

安装

composer require "xzncit/oss:^1.0"

基本使用

include "vendor/autoload.php";

use xzncit\oss;

try {
    // OSS
    $app = OSS::create("aliyuncs",[ ... ]);
    
    // 上传资源
    $response = $app->upload("image.png");
    
    // 返回信息
    var_dump($response);
}catch (\Exception $ex){
    echo("error: ".$ex->getMessage());
}

文档

文档整理中...

bug反馈

如果您使用过程中发现BUG或者其他问题都欢迎大家提交Issue,或者发送邮件给我 158373108@qq.com,我们将及时修复并更新。