payprocessing/first-ofd-sdk-v5

该软件包的最新版本(1.0.0)没有提供许可信息。

第一版 Ofd SDK Atol 版本 5

1.0.0 2024-04-24 08:43 UTC

This package is auto-updated.

Last update: 2024-09-24 10:02:19 UTC


README

安装

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

composer require payprocessing/first-ofd-sdk-v5

测试

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

composer require phpunit/phpunit

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

vendor/bin/phpunit vendor/payprocessing/first-ofd-sdk-v5/tests/integration

使用示例

可以在 tests/integration 文件夹中找到