Skip to content

PHP SDK for interacting with the Token System

Notifications You must be signed in to change notification settings

tokenio/sdk-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9a02430 · Aug 23, 2019

History

93 Commits
Aug 23, 2019
Feb 13, 2019
Dec 12, 2018
Feb 12, 2019
Feb 7, 2019
Jan 29, 2019
Dec 19, 2018
Aug 23, 2019
Feb 6, 2019
Feb 12, 2019
Jan 14, 2019
Nov 9, 2018

Repository files navigation

Overview

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/

Requirements

Usage

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');

Build

To build the SDK, run tests and generate documentation:

sh build.sh

Dependencies

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).