PHPackages                             vitexsoftware/rbczpremiumapi - 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. vitexsoftware/rbczpremiumapi

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

vitexsoftware/rbczpremiumapi
============================

php client library for rbczpremiumapi

v1.5.2(5mo ago)5285[2 issues](https://github.com/VitexSoftware/php-vitexsoftware-rbczpremiumapi/issues)[7 PRs](https://github.com/VitexSoftware/php-vitexsoftware-rbczpremiumapi/pulls)MITPHPPHP &gt;= 8.1CI passing

Since Apr 2Pushed 2mo ago4 watchersCompare

[ Source](https://github.com/VitexSoftware/php-vitexsoftware-rbczpremiumapi)[ Packagist](https://packagist.org/packages/vitexsoftware/rbczpremiumapi)[ Docs](https://github.com/VitexSoftware/php-vitexsoftware-raiffeisenbank)[ RSS](/packages/vitexsoftware-rbczpremiumapi/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (8)Versions (27)Used By (0)

Raiffeisenbank Premium API client library
=========================================

[](#raiffeisenbank-premium-api-client-library)

[![Library Logo](library-logo.svg?raw=true)](library-logo.svg?raw=true)

php client library for rbczpremiumapi

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

[](#installation--usage)

### Requirements

[](#requirements)

PHP 8.1 and later.

Debian/Ubuntu dependencies:

- `php-guzzlehttp-guzzle` &gt;= 7.4
- `php-guzzlehttp-psr7` &gt;= 1.8
- `php-vitexsoftware-ease-core` &gt;= 1.49

### Composer

[](#composer)

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

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

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
