tokenio / sdk-php

PHP SDK for interacting with the Token System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

PHP SDK for interacting with the Token System


Languages

Language:PHP 98.7%Language:Ruby 1.1%Language:Shell 0.1%