Download the PHP package alibabacloud/oss-v2 without Composer
On this page you can find all versions of the php package alibabacloud/oss-v2. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download alibabacloud/oss-v2
More information about alibabacloud/oss-v2
Files in alibabacloud/oss-v2
Download alibabacloud/oss-v2
More information about alibabacloud/oss-v2
Files in alibabacloud/oss-v2
Vendor alibabacloud
Package oss-v2
Short Description Aliyun OSS SDK for PHP v2
License Apache-2.0
Homepage https://github.com/aliyun/alibabacloud-oss-php-sdk-v2
Package oss-v2
Short Description Aliyun OSS SDK for PHP v2
License Apache-2.0
Homepage https://github.com/aliyun/alibabacloud-oss-php-sdk-v2
Please rate this library. Is it a good library?
Informations about the package oss-v2
Alibaba Cloud OSS SDK for PHP v2
alibabacloud-oss-php-sdk-v2 is the Developer Preview for the v2 of the OSS SDK for the PHP programming language
简体中文
About
- This PHP SDK is based on the official APIs of Alibaba Cloud OSS.
- Alibaba Cloud Object Storage Service (OSS) is a cloud storage service provided by Alibaba Cloud, featuring massive capacity, security, a low cost, and high reliability.
- The OSS can store any type of files and therefore applies to various websites, development enterprises and developers.
- With this SDK, you can upload, download and manage data on any app anytime and anywhere conveniently.
Running Environment
- PHP 7.4 or above.
Installing
Install the sdk through composer
If you use the composer to manage project dependencies, run the following command in your project's root directory:
You can also declare the dependency on Alibaba Cloud OSS SDK for PHP v2 in the composer.json file.
Install from the PHAR File directly
Getting Started
List Bucket
List Objects
Put Object
Complete Example
More example projects can be found in the sample
folder
Running Example
- Run
composer install
to download the dependent libraries.- Go to the sample code folder
sample
。- Configure credentials values from the environment variables, like
export OSS_ACCESS_KEY_ID="your access key id"
,export OSS_ACCESS_KEY_SECRET="your access key secrect"
- Take ListBuckets.php as an example,run
php ListBuckets.php --region cn-hangzhou
command。
License
- Apache-2.0, see license file
All versions of oss-v2 with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4 || ^8.0
ext-simplexml Version *
ext-json Version *
psr/http-message Version ^1.0 || ^2.0
guzzlehttp/guzzle Version ^6.5.8 || ^7.4.5
guzzlehttp/psr7 Version ^1.9.1 || ^2.4.5
guzzlehttp/promises Version ^1.4.0 || ^2.0
ext-simplexml Version *
ext-json Version *
psr/http-message Version ^1.0 || ^2.0
guzzlehttp/guzzle Version ^6.5.8 || ^7.4.5
guzzlehttp/psr7 Version ^1.9.1 || ^2.4.5
guzzlehttp/promises Version ^1.4.0 || ^2.0
The package alibabacloud/oss-v2 contains the following files
Loading the files please wait ....