PHPackages                             minotaurlogistics/ebay-identity-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. minotaurlogistics/ebay-identity-api

ActiveLibrary[API Development](/categories/api)

minotaurlogistics/ebay-identity-api
===================================

1.0(5y ago)07proprietaryPHPPHP &gt;=5.5

Since Mar 22Pushed 5y agoCompare

[ Source](https://github.com/MinotaurLogistics/EbayIdentityApi)[ Packagist](https://packagist.org/packages/minotaurlogistics/ebay-identity-api)[ Docs](http://swagger.io)[ RSS](/packages/minotaurlogistics-ebay-identity-api/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (4)Versions (2)Used By (0)

[![Build Status](https://camo.githubusercontent.com/41e4a416f6ed2b571ead6e1a2e3f016d3dff1d79645ce3e41b0810d8a2b89869/68747470733a2f2f7472617669732d63692e636f6d2f4d696e6f746175724c6f676973746963732f456261794964656e746974794170692e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/MinotaurLogistics/EbayIdentityApi)

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

[](#swaggerclient-php)

Retrieves the authenticated user's account profile information. It can be used to let users log into your app or site using eBay, which frees you from needing to store and protect user's PII (Personal Identifiable Information) data.

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
- 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/minotaurlogistics/ebay-identity-api.git"
    }
  ],
  "require": {
    "minotaurlogistics/ebay-identity-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

```

Generate Client
---------------

[](#generate-client)

```
docker run --rm -v ${PWD}:/codegen/SwaggerClient-php swaggerapi/swagger-codegen-cli generate \
-i https://developer.ebay.com/api-docs/master/commerce/identity/openapi/2/commerce_identity_v1_oas2.json \
-o /codegen \
-l php \
--git-user-id minotaurlogistics --git-repo-id ebay-identity-api \
--invoker-package 'Swagger\EbayIdentityClient' \
--artifact-version 1.0 \
--api-package 'GeneratedApi'
```

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

[](#getting-started)

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

```
