psprokofiev/atol-sdk-api-v4

此包的最新版本(dev-master)没有可用的许可证信息。

Atol.online SDK 版本 4

dev-master 2024-01-31 09:43 UTC

This package is auto-updated.

Last update: 2024-09-30 01:49:14 UTC


README

安装

项目建议使用 composer 进行安装

composer require payprocessing/atol-sdk-api-v4

测试

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

composer require phpunit/phpunit

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

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

使用示例

可以在 tests/integration 目录下找到