This PHP package is automatically generated by the OpenAPI Generator project:
v2
2.5.0
org.openapitools.codegen.languages.PhpClientCodegen
PHP 7.3 and later. PHP 8.0 may work, but it hasn’t been tested.
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
.
Download the files and include autoload.php
:
<?php
require_once('/path/to/OpenAPIClient-php/vendor/autoload.php');