secuconnect / secuconnect-php-sdk
2.54.0
2024-09-26 13:25 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: ~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.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
- dev-release/2.54.0
- dev-dependabot/composer/phpunit/phpunit-tw-11.3.6
- dev-support/php7
This package is auto-updated.
Last update: 2024-09-26 13:27:00 UTC
README
文档
更多信息请访问: https://developer.secuconnect.com/
- API版本:2.0.0
- SDK版本:2.54.0
要求
PHP 8.0 及以上
安装与使用
Composer
要通过Composer安装绑定,请将以下内容添加到composer.json
{
"require": {
"secuconnect/secuconnect-php-sdk": "~2.54.0",
}
}
然后运行composer install
测试
要运行单元测试
composer run test
入门指南
请查看我们的示例代码:https://github.com/secuconnect/secuconnect-php-sdk-demo