secuconnect / secuconnect-php-sdk
Installs: 2 386
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 4
Requires
- php: >=5.6
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- psr/cache: ~1.0
- psr/log: ~1.1
Requires (Dev)
- phpunit/phpunit: ~7.5
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: 2020-12-29 13:19:10 UTC
README
Documentation
For more information please visit: https://developer.secuconnect.com/
- API version: 2.0.0
- SDK version: 2.5.0
Requirements
PHP 5.6 and later
Installation & Usage
Composer
To install the bindings via Composer, add the following to composer.json
:
{
"require": {
"secuconnect/secuconnect-php-sdk": "~2.5.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