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

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

youxianbo/oceanengine-sdk
=========================

根据项目需求完成的接口，非所有接口都有相应的代码

0.0.1-beta8(3y ago)0261[1 PRs](https://github.com/youxianbo/oceanengineSDK/pulls)proprietaryPHPPHP &gt;=5.6

Since Feb 6Pushed 3y ago1 watchersCompare

[ Source](https://github.com/youxianbo/oceanengineSDK)[ Packagist](https://packagist.org/packages/youxianbo/oceanengine-sdk)[ Docs](http://openapi-generator.tech)[ RSS](/packages/youxianbo-oceanengine-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (4)Versions (11)Used By (0)

oceanengine-sdk
===============

[](#oceanengine-sdk)

根据项目需求完成的接口，非所有接口都有相应的代码

This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 1.0.0
- Package version: 0.0.1-beta8
- Build package: org.openapitools.codegen.languages.PhpClientCodegen

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

[](#requirements)

PHP 5.5 and later

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

[](#installation--usage)

### Composer

[](#composer)

To install the bindings via [Composer](http://getcomposer.org/), add the following to `composer.json`:

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

```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/oceanengine-sdk/vendor/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit

```

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

[](#getting-started)

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

```
