2017 © Pedro Peláez
 

library aliyun-oss

Aliyun OSS SDK for PHP

image

lokielse/aliyun-oss

Aliyun OSS SDK for PHP

  • Monday, July 11, 2016
  • by waisir
  • Repository
  • 1 Watchers
  • 1 Stars
  • 26 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 165 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Aliyun OSS SDK for PHP

Latest Version on Packagist ![Software License][ico-license] ![Total Downloads][ico-downloads], (*1)

Aliyun OSS SDK for PHP, (*2)

Installation

``` bash $ composer require lokielse/aliyun-oss, (*3)


## Usage ``` php $accessKeyId = "<your_access_key_id>"; ; $accessKeySecret = "<your_access_key_secret>"; $endpoint = "http://oss-cn-hangzhou.aliyuncs.com"; $client = new OSSClient($accessKeyId, $accessKeySecret, $endpoint); $bucket = "<your_bucket_name>"; $object = "doc/dest_demo_01.txt"; $content = "Hello, OSS!"; $client->putObject($bucket, $object, $content);

Testing

composer test

License

The MIT License (MIT). Please see License File for more information., (*4)

The Versions

11/07 2016

dev-master

9999999-dev https://github.com/lokielse/aliyun-oss-php-sdk

Aliyun OSS SDK for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3

 

The Development Requires

php sdk aliyun oss

20/12 2015

v2.1.1

2.1.1.0 https://github.com/lokielse/aliyun-oss-php-sdk

Aliyun OSS SDK for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3

 

The Development Requires

php sdk aliyun oss

20/12 2015

v2.1.0

2.1.0.0 https://github.com/aliyun/aliyun-oss-php-sdk

Aliyun OSS SDK for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3

 

The Development Requires

php sdk aliyun oss

19/12 2015

v2.0.2

2.0.2.0 http://www.aliyun.com/product/oss/

Aliyun OSS SDK for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3

 

The Development Requires

14/12 2015

v2.0.1

2.0.1.0 http://www.aliyun.com/product/oss/

Aliyun OSS SDK for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3

 

The Development Requires

28/11 2015

v2.0.0

2.0.0.0 http://www.aliyun.com/product/oss/

Aliyun OSS SDK for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3

 

The Development Requires