secuconnect/secuconnect-php-sdk

Installs: 30 423

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 1

Open Issues: 1

pkg:composer/secuconnect/secuconnect-php-sdk

2.58.0 2025-09-25 11:12 UTC

README

Documentation

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

  • API version: 2.0.0
  • SDK version: 2.58.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.58.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