PHPackages                             alibabacloud/dkms-gcs-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. alibabacloud/dkms-gcs-sdk

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

alibabacloud/dkms-gcs-sdk
=========================

Aliyun Dkms Gcs SDK Library for PHP

v0.4.0(2y ago)310.9k↓33.3%3[1 issues](https://github.com/aliyun/alibabacloud-dkms-gcs-php-sdk/issues)Apache-2.0PHPPHP &gt;=5.6

Since Mar 31Pushed 2y ago2 watchersCompare

[ Source](https://github.com/aliyun/alibabacloud-dkms-gcs-php-sdk)[ Packagist](https://packagist.org/packages/alibabacloud/dkms-gcs-sdk)[ RSS](/packages/alibabacloud-dkms-gcs-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (10)Versions (6)Used By (0)

English | [简体中文](README-CN.md)

[![](https://camo.githubusercontent.com/ca39579bcc45443c3d23b19002c51ce56df19303955fd14f99de94538786ad98/68747470733a2f2f616c6979756e73646b2d70616765732e616c6963646e2e636f6d2f69636f6e732f416c6962616261436c6f75642e737667)](https://camo.githubusercontent.com/ca39579bcc45443c3d23b19002c51ce56df19303955fd14f99de94538786ad98/68747470733a2f2f616c6979756e73646b2d70616765732e616c6963646e2e636f6d2f69636f6e732f416c6962616261436c6f75642e737667)

AlibabaCloud DKMS-GCS SDK for PHP
---------------------------------

[](#alibabacloud-dkms-gcs-sdk-for-php)

- [Overview](https://www.alibabacloud.com/help/doc-detail/311016.htm)
- [Quick Start](https://www.alibabacloud.com/help/doc-detail/311368.htm)
- [Sample Code](/examples)

Requirements
------------

[](#requirements)

- PHP 5.6 or later

Installation
------------

[](#installation)

### As a dependency via Composer(recommended)

[](#as-a-dependency-via-composerrecommended)

Run the following in the base directory of your project to install AlibabaCloud DKMS SDK for PHP as a dependency:

```
composer require alibabacloud/dkms-gcs-sdk

```

Or, You can also declare the dependency on AlibabaCloud DKMS SDK for PHP in the composer.json file:

```
"require": {
     "alibabacloud/dkms-gcs-sdk": "^0.4.0"
 }

```

Then run the following to install the dependency:

```
composer install

```

After the Composer Dependency Manager is installed, import the dependency in your PHP code:

```
require_once __DIR__ . '/vendor/autoload.php';

```

### Download SDK source code directly

[](#download-sdk-source-code-directly)

Download the SDK source code, and introduce the autoload.php file under the SDK directory to your code:

```
require_once '/path/to/dkms-gcs-sdk/autoload.php';

```

Quick Examples
--------------

[](#quick-examples)

```
