For more information please visit: https://developer.secuconnect.com/
- API version: 2.0.0
- SDK version: 2.54.0
PHP 8.0 and later
To install the bindings via Composer, add the following to composer.json
:
{
"require": {
"secuconnect/secuconnect-php-sdk": "~2.54.0",
}
}
Then run composer install
To run the unit tests:
composer run test
Please take a look at our demo code: https://github.com/secuconnect/secuconnect-php-sdk-demo