PHPackages                             cbdesk/key-management\_api - 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. [API Development](/categories/api)
4. /
5. cbdesk/key-management\_api

ActiveLibrary[API Development](/categories/api)

cbdesk/key-management\_api
==========================

1.0.1.x-dev(3y ago)09[1 PRs](https://github.com/christian71-stack/key-managment_api/pulls)proprietaryPHPPHP &gt;=5.5

Since Jan 12Pushed 2y ago1 watchersCompare

[ Source](https://github.com/christian71-stack/key-managment_api)[ Packagist](https://packagist.org/packages/cbdesk/key-management_api)[ Docs](http://swagger.io)[ RSS](/packages/cbdesk-key-management-api/feed)WikiDiscussions master Synced 1mo ago

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

SwaggerClient-php
=================

[](#swaggerclient-php)

Due to regulatory requirements applicable to our EU/UK sellers, for certain APIs, developers need to add digital signatures to the respective HTTP call. The Key Management API creates keypairs that are required when creating digital signatures for the following APIs:

- All methods in the &lt;a href="/api-docs/sell/finances/resources/methods " target="\_blank "&gt;Finances API
- &lt;a href="/api-docs/sell/fulfillment/resources/order/methods/issueRefund " target="\_blank "&gt;issueRefund in the Fulfillment API
- &lt;a href="/Devzone/XML/docs/Reference/eBay/GetAccount.html " target="\_blank "&gt;GetAccount in the Trading API
- The following methods in the Post-Order API:
    - &lt;a href="/Devzone/post-order/post-order\_v2\_inquiry-inquiryid\_issue\_refund\_\_post.html " target="\_blank "&gt;Issue Inquiry Refund
    - &lt;a href="/Devzone/post-order/post-order\_v2\_casemanagement-caseid\_issue\_refund\_\_post.html " target="\_blank "&gt;Issue case refund
    - &lt;a href="/Devzone/post-order/post-order\_v2\_return-returnid\_issue\_refund\_\_post.html " target="\_blank "&gt;Issue return refund
    - &lt;a href="/Devzone/post-order/post-order\_v2\_return-returnid\_decide\_\_post.html " target="\_blank "&gt;Process Return Request
    - &lt;a href="/devzone/post-order/post-order\_v2\_cancellation-cancelid\_approve\_\_post.html " target="\_blank "&gt;Approve Cancellation Request
    - &lt;a href="/devzone/post-order/post-order\_v2\_cancellation\_\_post.html " target="\_blank "&gt;Create Cancellation Request

&lt;span class="tablenote"&gt;**Note:** For additional information about keypairs and creating Message Signatures, refer to &lt;a href= "/develop/guides/digital-signatures-for-apis " target= "\_blank "&gt;Digital Signatures for APIs.This PHP package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: v1.0.0
- Package version: 1.0.0
- Build package: io.swagger.codegen.v3.generators.php.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": "git",
      "url": "https://github.com/cbdesk/key-management_api.git"
    }
  ],
  "require": {
    "cbdesk/key-management_api": "*@dev"
  }
}

```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/SwaggerClient-php/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:

```
