secuconnect/secuconnect-php-sdk

Installs: 31 346

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 1

Open Issues: 1

pkg:composer/secuconnect/secuconnect-php-sdk

2.60.0 2025-11-13 11:16 UTC

README

Documentation

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

  • API version: 2.0.0
  • SDK version: 2.60.0

Requirements

PHP 8.0 and later

Installation & Usage

Composer

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

{
  "require": {
    "secuconnect/secuconnect-php-sdk": "~2.60.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