secuconnect / secuconnect-php-sdk
Installs: 30 948
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 1
pkg:composer/secuconnect/secuconnect-php-sdk
Requires
- php: >=8.0
 - ext-curl: *
 - ext-json: *
 - ext-mbstring: *
 - psr/cache: ^1|^2|^3
 - psr/log: ^1|^2|^3
 
Requires (Dev)
- phpunit/phpunit: ~7.5|^8|^9|^10
 
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)
 
- dev-master
 - 2.58.0
 - 2.57.0
 - 2.56.0
 - 2.55.0
 - 2.54.0
 - 2.53.0
 - 2.52.0
 - 2.51.0
 - 2.50.0
 - 2.49.0
 - 2.48.0
 - 2.47.0
 - 2.46.0
 - 2.45.0
 - 2.44.0
 - 2.43.0
 - 2.42.0
 - 2.41.0
 - 2.40.0
 - 2.39.0
 - 2.38.0
 - 2.37.0
 - 2.36.0
 - 2.35.0
 - 2.34.0
 - 2.33.0
 - 2.32.1
 - 2.32.0
 - 2.31.0
 - 2.30.2
 - 2.30.1
 - 2.30.0
 - 2.19.1
 - 2.19.0
 - 2.18.1
 - 2.18.0
 - 2.17.0
 - 2.16.0
 - 2.15.0
 - 2.14.0
 - 2.13.0
 - 2.12.1
 - 2.12.0
 - 2.11.0
 - 2.10.0
 - 2.9.0
 - 2.8.2
 - 2.8.1
 - 2.8.0
 - 2.7.0
 - 2.5.0
 - 2.4.0
 - 2.3.0
 - 2.2.0
 - 2.1.0
 - 2.0.0
 - 1.3.1
 - 1.3.0
 - 1.2.0
 - 1.1.0
 - 1.0.1
 - 1.0.0
 - 0.8.0
 - 0.7.2
 - 0.7.1
 - 0.7.0
 - 0.6.2
 - 0.6.1
 - 0.6.0
 - 0.5.7.1
 - 0.5.7
 - 0.5.6
 - 0.5.5
 - 0.5.4
 - 0.5.3
 - 0.5.2
 - 0.5.1
 - 0.5.0
 - 0.4.0
 - 0.3.0
 - 0.2.0
 - 0.1.0
 
This package is auto-updated.
Last update: 2025-10-25 11:19:23 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