PHPackages                             christian71-stack/ebay-account-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. christian71-stack/ebay-account-api

ActiveLibrary[API Development](/categories/api)

christian71-stack/ebay-account-api
==================================

06

Since Dec 23Pushed 2y ago1 watchersCompare

[ Source](https://github.com/christian71-stack/ebay-account-api)[ Packagist](https://packagist.org/packages/christian71-stack/ebay-account-api)[ RSS](/packages/christian71-stack-ebay-account-api/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)DependenciesVersions (1)Used By (0)

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

[](#swaggerclient-php)

The **Account API** gives sellers the ability to configure their eBay seller accounts, including the seller's policies (eBay business policies and seller-defined custom policies), opt in and out of eBay seller programs, configure sales tax tables, and get account information.

For details on the availability of the methods in this API, see &lt;a href="/api-docs/sell/account/overview.html#requirements"&gt;Account API requirements and restrictions.

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

- API version: v1.9.1
- 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/christian71-stack/ebay-account-api.git"
    }
  ],
  "require": {
    "christian71-stack/ebay-account-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:

```
