PHPackages                             ced\_test1/mcf-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. [API Development](/categories/api)
4. /
5. ced\_test1/mcf-sdk

ActiveLibrary[API Development](/categories/api)

ced\_test1/mcf-sdk
==================

The Selling Partner APIs to manage Reports, Catalog, Pricing, inventory, and fulfillment outbound orders.

01PHP

Since Mar 17Pushed 3y ago1 watchersCompare

[ Source](https://github.com/saurabhkkanaujia/mcf11)[ Packagist](https://packagist.org/packages/ced_test1/mcf-sdk)[ RSS](/packages/ced-test1-mcf-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Ced-mcf
=======

[](#ced-mcf)

The Selling Partner API for Reports lets you retrieve and manage a variety of reports that can help selling partners manage their businesses.

For more information, please visit .

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/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git"
    }
  ],
  "require": {
    "GIT_USER_ID/GIT_REPO_ID": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
