payprocessing/atol-sdk-api-v5

此包的最新版本(1.1.0)没有可用的许可信息。

Atol.online SDK 版本 5

1.1.0 2023-10-11 12:18 UTC

This package is auto-updated.

Last update: 2024-09-19 11:44:36 UTC


README

安装

该项目建议使用 composer 进行安装。

composer require payprocessing/atol-sdk-api-v5

测试

要运行测试,需要 PHPUnit,安装它需要执行以下命令

composer require phpunit/phpunit

要运行集成测试,需要复制文件 tests/integration/MerchantSettings.php.sample(删除 .sample 扩展名),并插入商店设置。然后,在项目根目录执行命令。

vendor/bin/phpunit vendor/payprocessing/atol-online/tests/integration

使用示例

可以在 tests/integration 目录下找到