secuconnect / secuconnect-php-sdk
Package info
github.com/secuconnect/secuconnect-php-sdk
pkg:composer/secuconnect/secuconnect-php-sdk
2.62.0
2026-03-24 07:40 UTC
Requires
- php: >=8.0
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- psr/cache: ^1 || ^2 || ^3
- psr/log: ^1 || ^2 || ^3
Requires (Dev)
- phpunit/phpunit: ^8.5.52 || ^9.6.33 || ^10.5.62
Suggests
- ext-stomp: Needed to support behaviours for cash registers (like End-Of-Day-Report)
- react/stomp: Needed to support behaviours for cash registers (like End-Of-Day-Report)
This package is auto-updated.
Last update: 2026-06-04 12:37:26 UTC
README
Documentation
For more information please visit: https://developer.secuconnect.com/
- API version: 2.0.0
- SDK version: 2.63.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.63.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