Download the PHP package vitexsoftware/rbczpremiumapi without Composer
On this page you can find all versions of the php package vitexsoftware/rbczpremiumapi. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vitexsoftware/rbczpremiumapi
More information about vitexsoftware/rbczpremiumapi
Files in vitexsoftware/rbczpremiumapi
Package rbczpremiumapi
Short Description php client library for rbczpremiumapi
License MIT
Homepage https://github.com/VitexSoftware/php-vitexsoftware-raiffeisenbank
Informations about the package rbczpremiumapi
Raiffeisenbank Premium API client library
php client library for rbczpremiumapi
Installation & Usage
Requirements
PHP 7.4 and later. Should also work with PHP 8.0.
Composer
To install the bindings via Composer, add the following to composer.json
:
Then run composer install
Manual Installation
Download the files and include autoload.php
:
Getting Started
Example environment or contents of .env file for basic library configuration
Please follow the installation procedure and then run the following:
API Endpoints
All URIs are relative to https://api.rb.cz
Class | Method | HTTP request | Description |
---|---|---|---|
DownloadStatementApi | downloadStatement | POST /rbcz/premium/api/accounts/statements/download | |
GetAccountBalanceApi | getBalance | GET /rbcz/premium/api/accounts/{accountNumber}/balance | |
GetAccountsApi | getAccounts | GET /rbcz/premium/api/accounts | |
GetBatchDetailApi | getBatchDetail | GET /rbcz/premium/api/payments/batches/{batchFileId} | |
GetStatementListApi | getStatements | POST /rbcz/premium/api/accounts/statements | |
GetTransactionListApi | getTransactionList | GET /rbcz/premium/api/accounts/{accountNumber}/{currencyCode}/transactions | |
UploadPaymentsApi | importPayments | POST /rbcz/premium/api/payments/batches |
Models
- DownloadStatementRequest
- GetBalance200Response
- GetBalance200ResponseCurrencyFoldersInner
- GetBalance200ResponseCurrencyFoldersInnerBalancesInner
- GetBalance401Response
- GetBalance403Response
- GetBalance404Response
- GetBalance429Response
- GetStatementsRequest
- ImportPayments400Response
- ImportPayments413Response
- ImportPayments415Response
Authorization
All endpoints do not require authorization.
Tests
To run the tests, use:
Author
About this package
This PHP package is automatically generated by the OpenAPI Generator project:
- API version:
1.1.20230222
- Package version:
0.2.0
- Package version:
- Build package:
org.openapitools.codegen.languages.PhpClientCodegen
Library is Used by:
All versions of rbczpremiumapi with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.3
guzzlehttp/psr7 Version ^1.7 || ^2.0
vitexsoftware/ease-core Version ^1.44