Unified SDK - PHP

These libraries are open source and are released as such. If you have located a bug or have questions, please visit the GitHub repositories that are associated with the sample code and provide feedback there.
About this package

This PHP package is automatically generated by the OpenAPI Generator project:

  • API version: v2
    • Package version: 2.5.0
  • Build package: org.openapitools.codegen.languages.PhpClientCodegen
Requirements

PHP 7.3 and later. PHP 8.0 may work, but it hasn’t been tested.

Composer

To install the bindings via Composer, 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

Download the files and include autoload.php:

<?php
require_once('/path/to/OpenAPIClient-php/vendor/autoload.php');