ixoplan/ixoplan-fast-sdk

Ixoplan SDK to be used within FAST.

v1.0.21 2021-04-29 12:55 UTC

README

PHP SDK for the Ixoplan API to be used within FAST

Installation

Simply add ixoplan/ixoplan-fast-sdk to your composer.json, e.g:

{
    "name": "myvendor/myproject",
    "description": "Using ixoplan-fast-sdk",
    "require": {
        "ixoplan/ixoplan-fast-sdk": "*"
    }
}

Usage

The \Ixolit\Dislo\Client is designed for different transport layers. It needs a RequestClient interface to actually communicate with Ixoplan. This SDK provides \Ixolit\Dislo\CDE\CDEDisloClient, an extension that defaults to an implementation based on FAST's internal methods.

use Ixolit\Dislo\CDE\CDEDisloClient;

$apiClient = new CDEDisloClient();

For available API calls please refer to the ixoplan-sdk.