Token open source SDKs simplify the interactions with the Token global open banking REST/gRPC API. The Token SDKs handle digital signatures and, where applicable, chain Token API calls. This makes it easier to develop Token-integrated applications, while providing most of the flexibility of the full Token API. More information at https://developer.token.io/sdk/
-
PHP 5.5.0 and later.
You can install the bindings via Composer. Run the following command:
composer require tokenio/sdk
To use the bindings, use Composer's autoload:
require_once('vendor/autoload.php');
To build the SDK, run tests and generate documentation:
sh build.sh
The bindings require the following extensions in order to work properly:
Please do not install ext-protobuf
, Token SDK works with PHP implementation of Protobuf (package google/protobuf).