/secuconnect-php-sdk

The PHP-SDK for the secuconnect API

Primary LanguagePHPApache License 2.0Apache-2.0

Secuconnect PHP SDK

Documentation

For more information please visit: https://developer.secuconnect.com/

  • API version: 2.0.0
  • SDK version: 2.11.0

Requirements

PHP 5.6 and later

Installation & Usage

Composer

To install the bindings via Composer, add the following to composer.json:

{
  "require": {
    "secuconnect/secuconnect-php-sdk": "~2.11.0",
  }
}

Then run composer install

Tests

To run the unit tests:

composer run test

Getting Started

Please take a look at our demo code: https://github.com/secuconnect/secuconnect-php-sdk-demo