Skip to content

PHP SDK for interacting with the Token System

Notifications You must be signed in to change notification settings

sturents/token-sdk-php

 
 

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

About

PHP SDK for interacting with the Token System

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.8%
  • Other 0.2%