PHPackages                             cdma-numiscorner/product-api-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. [HTTP &amp; Networking](/categories/http)
4. /
5. cdma-numiscorner/product-api-client

ActiveLibrary[HTTP &amp; Networking](/categories/http)

cdma-numiscorner/product-api-client
===================================

Use the Product API to export products.

2.0(4y ago)023unlicensePHPPHP &gt;=7.2

Since Aug 9Pushed 4y ago1 watchersCompare

[ Source](https://github.com/cdma-numiscorner/product-api-client)[ Packagist](https://packagist.org/packages/cdma-numiscorner/product-api-client)[ Docs](https://openapi-generator.tech)[ RSS](/packages/cdma-numiscorner-product-api-client/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (3)Versions (11)Used By (0)

OpenAPIClient-php
=================

[](#openapiclient-php)

Authentication
==============

[](#authentication)

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.2 and later.

### 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`:

```
