Download the PHP package cdcchen/yii2-cloud-storage without Composer

On this page you can find all versions of the php package cdcchen/yii2-cloud-storage. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package yii2-cloud-storage

yii2-cloud-storage 组件使用说明

此组件主要功能为两部分:

使用步骤

第一步:在components中添加组件配置

第二步:在action中调用storage组件进行文件操作

获取storage组件实例

云存储文件操作方法说明

上传文件

write方法第一个参数$filename可以接受一个本地文件路径,也可以接受一个文件的内容。

若第二个参数为null,则组件会按照pathFormatfilenameFormat的配置来自动生成文件路径及文件名。

自动生成文件路径

手动指定文件路径

返回数据结构如下:

图片文件

非图片文件

读取文件(下载文件)

返回值$content$filename的内容。

删除文件

删除成功返回true。

UploadFile使用说明

cdcchen\yii\cloudstorage\UploadFile继承自yii\web\UploadFile,在此基础上又添加了upload`方法。

使用方法同yii\web\UploadFile,如果自动生成文件路径及文件名,直接使用upload方法。这样做是为了保证saveAs的兼容性和一致性。


All versions of yii2-cloud-storage with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.0
cdcchen/curl-client Version ^1.0.0
cdcchen/upyun-client Version ^1.0.0
cdcchen/file-helper Version ^1.0.0
yiisoft/yii2 Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package cdcchen/yii2-cloud-storage contains the following files

Loading the files please wait ....