承接 yunify/qingstor-sdk 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

yunify/qingstor-sdk

Composer 安装命令:

composer require yunify/qingstor-sdk

包简介

The official QingStor SDK for the PHP programming language.

README 文档

README

https://travis-ci.org/yunify/qingstor-sdk-php https://docsv4.qingcloud.com/user_guide/storage/object_storage/ https://github.com/yunify/qingstor-sdk-php/blob/master/LICENSE

The official QingStor SDK for the PHP programming language.

Getting Started

Installation

Refer to the Installation Guide, and have this SDK installed.

Preparation

Before your start, please go to QingCloud Console to create a pair of QingCloud API AccessKey.

API AccessKey Example:

access_key_id: 'ACCESS_KEY_ID_EXAMPLE'
secret_access_key: 'SECRET_ACCESS_KEY_EXAMPLE'

Usage

Now you are ready to code. You can read the detailed guides in the list below to have a clear understanding or just take the quick start code example. Checkout our releases and change logs for information about the latest features, bug fixes and new ideas.

Quick Start Code Example:

use QingStor\SDK\Service\QingStor;
use QingStor\SDK\Config;

$config = new Config('ACCESS_KEY_ID_EXAMPLE','SECRET_ACCESS_KEY_EXAMPLE');
$service = new QingStor($config);
$bucket = $service->Bucket('test_bucket', 'pek3a');
$res = $bucket->listObjects();
var_dump($res->keys);

Reference Documentations

Contributing

Please see Contributing Guidelines of this project before submitting patches.

LICENSE

The Apache License (Version 2.0, January 2004).

统计信息

  • 总下载量: 1.63k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 6
  • 点击次数: 0
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

  • Stars: 6
  • Watchers: 4
  • Forks: 6
  • 开发语言: PHP

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2016-12-02

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固