PHPackages                             aliyunfc/fc-php-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. aliyunfc/fc-php-sdk

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

aliyunfc/fc-php-sdk
===================

Aliyun FC SDK for PHP

1.2.1(5y ago)1917.7k5MITPHPPHP &gt;=5.5CI failing

Since Sep 8Pushed 4y ago7 watchersCompare

[ Source](https://github.com/aliyun/fc-php-sdk)[ Packagist](https://packagist.org/packages/aliyunfc/fc-php-sdk)[ Docs](http://www.aliyun.com/product/fc/)[ RSS](/packages/aliyunfc-fc-php-sdk/feed)WikiDiscussions master Synced today

READMEChangelog (7)Dependencies (3)Versions (24)Used By (0)

Aliyun FunctionCompute Php SDK
==============================

[](#aliyun-functioncompute-php-sdk)

[![Latest Stable Version](https://camo.githubusercontent.com/49501938cf72003faa3d0c8ebe72109e31008607dda08ced59bde857ed127c4e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616c6979756e66632f66632d7068702d73646b2e737667)](https://packagist.org/packages/aliyunfc/fc-php-sdk)[![Build Status](https://camo.githubusercontent.com/765b8982914874d286a766187eb41eed3b8f93735b71158103b1b1e0f679043e/68747470733a2f2f7472617669732d63692e6f72672f616c6979756e2f66632d7068702d73646b2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/aliyun/fc-php-sdk)[![Coverage Status](https://camo.githubusercontent.com/263f945955b49df343fb7f356ccdb2ec6ac2b2d224a5e64bc0429ec8e9015223/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f616c6979756e2f66632d7068702d73646b2f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/aliyun/fc-php-sdk?branch=master)

Overview
--------

[](#overview)

The SDK of this version is dependent on the third-party HTTP library [guzzlehttp/guzzle](https://github.com/guzzle/guzzle).

Running environment
-------------------

[](#running-environment)

- PHP 5.6+.
- cURL extension.

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

[](#installation)

The recommended way to install fc-php-sdk is through Composer.

- install composer:
- install fc-php-sdk

```
$ composer require aliyunfc/fc-php-sdk
```

You can also declare the dependency on Alibaba Cloud FC SDK for PHP in the composer.json file.

```
 "require": {
      "aliyunfc/fc-php-sdk": "~1.2"
  }
```

Then run `composer install --no-dev` to install the dependency. After the Composer Dependency Manager is installed, import the dependency in your PHP code:

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

Getting started
---------------

[](#getting-started)

```
