PHPackages                             vertaislaina/maventa-autoxchange - 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. vertaislaina/maventa-autoxchange

ActiveLibrary[API Development](/categories/api)

vertaislaina/maventa-autoxchange
================================

PHP SDK for Maventa AutoXChange. Automatically generated by swagger-codegen.

0.85.122(5y ago)060PHPPHP &gt;=5.5

Since May 5Pushed 5y ago1 watchersCompare

[ Source](https://github.com/vertaislaina/maventa-autoxchange)[ Packagist](https://packagist.org/packages/vertaislaina/maventa-autoxchange)[ Docs](https://swagger.maventa.com/?urls.primaryName=PROD%20-%20AutoXChange%20API)[ RSS](/packages/vertaislaina-maventa-autoxchange/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (1)Versions (28)Used By (0)

Maventa AutoXChange
===================

[](#maventa-autoxchange)

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

- API version: 0.85.122
- Build package: io.swagger.codegen.languages.PhpClientCodegen

```
java -jar swagger-codegen-cli.jar generate -i https://ax.maventa.com/swagger_doc -l php -DvariableNamingConvention=camelCase --invoker-package=Vertaislaina\\Maventa\\AutoXChange --git-user-id=vertaislaina --git-repo-id=maventa-autoxchange -DapiTests=false -DmodelTests=false -DsrcBasePath=src --model-package=Entity -DpackagePath=.
```

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/vertaislaina/maventa-autoxchange.git"
    }
  ],
  "require": {
    "vertaislaina/maventa-autoxchange": "*@dev"
  }
}

```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

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

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

[](#getting-started)

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

```
