Giter Club home page Giter Club logo

yii2-bos's Introduction

安装

composer.json中添加

"fengerzh/yii2-bos": "*"

然后,执行

composer update

用法

设置

将以下键值存入配置文件common\config\main.phpcommon\config\params.php

'baidu.bos.ak' => '*** key ***',
'baidu.bos.sk' => '*** secret ***',

存入百度云

use fengerzh\bos\Bos;

$pic_name = Bos::saveToBos($model, $field_name, $bucket, $path, $filename);

参数说明:

  • $model, 数据库记录
  • $field_name, 字符串,存储图片文件的字段
  • $bucket, 字符串,BOS的库名
  • $path, 字符串,远端路径名,不包括文件名
  • $filename, 字符串,文件名

从百度云删除

use fengerzh\bos\Bos;

Bos::deleteFromBos($bucket, $objectKey);

参数说明:

  • $bucket, 字符串,BOS的库名
  • $objectKey, 字符串,文件路径,包括文件名

yii2-bos's People

Contributors

fengerzh avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.