PHPackages                             imn/api-php-client - 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. imn/api-php-client

ActiveLibrary[API Development](/categories/api)

imn/api-php-client
==================

1.1(3y ago)014proprietaryPHPPHP &gt;=5.5

Since Mar 12Pushed 3y ago3 watchersCompare

[ Source](https://github.com/IMN/api-php-client)[ Packagist](https://packagist.org/packages/imn/api-php-client)[ Docs](http://swagger.io)[ RSS](/packages/imn-api-php-client/feed)WikiDiscussions master Synced 6d ago

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

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

[](#swaggerclient-php)

The REST API of IMN system ## Overview The REST APIs provide programmatic access to read and write IMN data. Basically, with this API you will be able to do everything like you were with your browser on  ! The main features are: - Register and manage your merchant account - Declare your source marketplace to get your offers - Configure your marketplace api credential - Define the target marketplaces you want to go to, then you will be able to configure: - the pricing setting - the shipping settings - ...and more! ## Things to keep in mind ### API Rate Limits - The IMN REST API is limited to 100 calls/minute. ### Media type The default media type for requests and responses is application/json. Where noted, some operations support other content types. If no additional content type is mentioned for a specific operation, then the media type is application/json. ### Required content type The required and default encoding for the request and responses is UTF8. ### Required date time format All our date time are formatted in ISO 8601 format: 2014-06-24T16:25:00Z. ### Base URL The Base URL of the IMN API Order Management REST API conforms to the following template.  All URLs returned by the IMN API are relative to this base URL, and all requests to the REST API must use this base URL template. You can test our API on [https://api-docs.imn.io/swagger-ui\\\\\\\\](https://api-docs.imn.io/swagger-ui%5C%5C%5C%5C) You can contact us on [gitter, #IMN/API](https://gitter.im/IMN/API)
==========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#the-rest-api-of-imn-system---overview--the-rest-apis-provide-programmatic-access-to-read-and-write-imn-data---basically-with-this-api-you-will-be-able-to-do-everything-like-you-were-with-your-browser-on-httpsgoimnio-----the-main-features-are----register-and-manage-your-merchant-account----declare-your-source-marketplace-to-get-your-offers----configure-your-marketplace-api-credential----define-the-target-marketplaces-you-want-to-go-to-then-you-will-be-able-to-configure-----the-pricing-setting------the-shipping-settings----and-more-------things-to-keep-in-mind---api-rate-limits----the-imn-rest-api-is-limited-to-100-callsminute-----media-type--the-default-media-type-for-requests-and-responses-is-applicationjson-where-noted-some-operations-support-other-content-types-if-no-additional-content-type-is-mentioned-for-a-specific-operation-then-the-media-type-is-applicationjson-----required-content-type--the-required-and-default-encoding-for-the-request-and-responses-is-utf8-----required-date-time-format--all-our-date-time-are-formatted-in-iso-8601-format-2014-06-24t162500z-----base-url--the-base-url-of-the-imn-api-order-management-rest-api-conforms-to-the-following-template----httpsapiimnio----all-urls-returned-by-the-imn-api-are-relative-to-this-base-url-and-all-requests-to-the-rest-api-must-use-this-base-url-template----you-can-test-our-api-on-httpsapi-docsimnioswagger-ui--you-can-contact-us-on-gitter-imnapi)

This PHP package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: 1.0
- Build package: io.swagger.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": "git",
      "url": "https://github.com//.git"
    }
  ],
  "require": {
    "/": "*@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:

```
