PHPackages                             ycloud/ycloud-sdk-php - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. ycloud/ycloud-sdk-php

ActiveLibrary[HTTP &amp; Networking](/categories/http)

ycloud/ycloud-sdk-php
=====================

YCloud SDK for PHP

v1.16.2(yesterday)06332MITPHPPHP ^7.4 || ^8.0

Since Jul 4Pushed 1mo agoCompare

[ Source](https://github.com/YCloud-Developers/ycloud-sdk-php)[ Packagist](https://packagist.org/packages/ycloud/ycloud-sdk-php)[ Docs](https://ycloud.com)[ RSS](/packages/ycloud-ycloud-sdk-php/feed)WikiDiscussions main Synced today

READMEChangelog (10)Dependencies (16)Versions (46)Used By (0)

YCloud SDK for PHP
==================

[](#ycloud-sdk-for-php)

The [YCloud](https://ycloud.com) API is organized around [REST](https://en.wikipedia.org/wiki/Representational_state_transfer). Our API is designed to have predictable, resource-oriented URLs, return [JSON](https://www.json.org) responses, and use standard HTTP response codes and verbs.

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.4 and later. Should also work with PHP 8.0.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), run the following command in your project directory:

```
composer require ycloud/ycloud-sdk-php
```

Alternatively, add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/ycloud-developers/ycloud-sdk-php.git"
    }
  ],
  "require": {
    "ycloud/ycloud-sdk-php": "*@dev"
  }
}
```

Then run `composer install`.

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
