Download the PHP package xujif/ucloud-ufile-sdk without Composer
On this page you can find all versions of the php package xujif/ucloud-ufile-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download xujif/ucloud-ufile-sdk
More information about xujif/ucloud-ufile-sdk
Files in xujif/ucloud-ufile-sdk
Download xujif/ucloud-ufile-sdk
More information about xujif/ucloud-ufile-sdk
Files in xujif/ucloud-ufile-sdk
Vendor xujif
Package ucloud-ufile-sdk
Short Description ucloud ufilesdk base on rest
License MIT
Package ucloud-ufile-sdk
Short Description ucloud ufilesdk base on rest
License MIT
Keywords ucloud ufile sdk
Please rate this library. Is it a good library?
Informations about the package ucloud-ufile-sdk
ucloud ufile sdk
base on https://docs.ucloud.cn/api-docs/ufile-api/
usage
$sdk = new UfileSdk('storage','api_pub_key','api_pub_secret');
$sdk->put('text.txt',"content");
$sdk->putFile('text.txt',"/path/to/yourfile");
$contents = $sdk->get('dd');
$exists = $sdk->exists('dd222');
$size = $sdk->delete('dd');
``
或者直接查看tests/sdkTest.php
All versions of ucloud-ufile-sdk with dependencies
PHP Build Version
Package Version
The package xujif/ucloud-ufile-sdk contains the following files
Loading the files please wait ....