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

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

uctoplus/uctoplus-php-api
=========================

Production environment is located at `https://api.moje.uctoplus.sk/production/`. Sandbox environment is located at `https://api.moje.uctoplus.sk/sandbox/`. All communication with API is encoded in UTF-8. This REST API is based on Open API v3 standard. For help with implementation or access to the test environment please contact our helpdesk

4.0.1(2mo ago)04.7kMITPHPPHP ^8.1

Since Jan 1Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/uctoplus/uctoplus-php-api)[ Packagist](https://packagist.org/packages/uctoplus/uctoplus-php-api)[ Docs](https://uctoplus.sk)[ RSS](/packages/uctoplus-uctoplus-php-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (8)Versions (14)Used By (0)

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

[](#openapiclient-php)

Production environment is located at `https://api.moje.uctoplus.sk/production/`.

Sandbox environment is located at `https://api.moje.uctoplus.sk/sandbox/`.

All communication with API is encoded in UTF-8. This REST API is based on Open API v3 standard. For help with implementation or access to the test environment please contact our helpdesk

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

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.4 and later. Should also work with PHP 8.0.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/uctoplus/uctoplus-php-api.git"
    }
  ],
  "require": {
    "uctoplus/uctoplus-php-api": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
