PHPackages                             plazzag/polario-sdk-php - 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. plazzag/polario-sdk-php

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

plazzag/polario-sdk-php
=======================

API for Polario

5.5.2(2mo ago)045↓50%unlicensePHPPHP ^8.1CI failing

Since Jan 21Pushed 2mo agoCompare

[ Source](https://github.com/plazzag/polario-sdk-php)[ Packagist](https://packagist.org/packages/plazzag/polario-sdk-php)[ Docs](https://openapi-generator.tech)[ RSS](/packages/plazzag-polario-sdk-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (4)Versions (5)Used By (0)

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

[](#openapiclient-php)

API for Polario

**Naming:**

- json properties are formatted in camel case (fooBar) besides of enums (FooBar)
- route params are formatted in hyphen case (foo-bar)
- query params are formatted in snake case (foo\_bar)
- query params could hold lists of elements if they are comma separated
- enum properties are formatted in capitalized camel case (FooBar)

**Default values:**

- default values are specified for optional parameters do only apply to POST requests

**Types:**

- numbers are considered to be float values
- strings that are not specified to be html formatted should not be interpreted as html to avoid unexpected bahavior, like xss attacks
- timestamps are considered to be in unix time

**Headers:**

- ***Platform***: can be always set as header param to specify the platform of the request for the logging output

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

[](#installation--usage)

### Requirements

[](#requirements)

PHP 8.1 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`:

```
