tttptd / yandex-money-kassa-example
关于此包最新版本(dev-master)没有提供许可信息。
雅虎钱包协议实现示例
dev-master
2016-09-15 14:36 UTC
Requires
- php: ^5.3.3 || ^7.0
This package is not auto-updated.
Last update: 2024-09-28 19:36:27 UTC
README
composer require tttptd/yandex-money-kassa-example:dev-master
雅虎钱包协议实现示例
本仓库包含在PHP上实现钱包协议的方法集。包括:
- XML/PKCS#7模式下的checkOrder-和paymentAviso-通知处理。
- 订单管理方法实现
- 信息查询:listOrders, listReturns。
- 财务操作:returnPayment, confirmPayment, cancelPayment, repeatCardPayment。
关于技术问题或接入问题,请发送邮件至 merchants@money.yandex.ru。
有关源代码中发现的错误以及其他建议和补充,您可以在 Issues 中留下。
启动
您可以通过Apache、Nginx启动应用程序,或者使用Docker和Docker Compose工具。
您需要在docker
文件夹中执行./start.sh
(或者docker-compose up
)。
之后,请打开已启动的应用程序https://:8080/paymentForm.html。
如果您使用Boot2Docker,则可以使用boot2docker ip
命令获取IP地址。