ixolit / dislo-cde-sdk
This package is abandoned and no longer maintained.
The author suggests using the ixoplan/ixoplan-fast-sdk package instead.
Ixoplan SDK to be used within FAST.
v1.0.21
2021-04-29 12:55 UTC
Requires
- ixoplan/fast-sdk: ^1.0.43
- ixoplan/ixoplan-fast-unittest: ^1.0.0
- ixoplan/ixoplan-sdk: ^1.0.48
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.