承接 be-lenka/mall-pay 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

be-lenka/mall-pay

最新稳定版本:v1.0.2

Composer 安装命令:

composer require be-lenka/mall-pay

包简介

README 文档

README

MallPayLib is a PHP MALLPay API client that makes it easy to use MALLPay payment gateway.

  • It implements most of the API methods from MALLPay API, see https://mallpayapi.docs.apiary.io
  • The input and output JSON for the API calls converted to and from the associative arrays.
  • It includes a demo scripts

The Demo

Included demo illustrates use of MallPayLib\MallPayClient class with sample data.

  • The particular MALLPay API calls are demonstrated in respective php files.
  • The responses from MALLPay gateway are handled by files reply.php and notify.php.
  • All communication is logged in a log file.

Getting started

  1. Download the MallPayLib
  2. Run composer install
  3. Create demo/config.php from demo/config.php.example
  4. Run php -S localhost:8000
  5. Open http://localhost:8000/demo/index.php in your browser
  6. Click the link createApplication
  7. Press the button createApplication
  8. Observe the sample request data, scroll down to Result summary and click the gatewayRedirectUrl
  9. Finish the MALL application form
  10. After redirection back to the reply.php click the link getApplicationDetail
  11. Keep the filled applicationId field and press getApplicationDetail button
  12. Observe the result of your MALLPay application request

The demo can handle also the notifications from MALLPay. To test the notifications, the demo has to run on a public internet domain, not on localhost.

统计信息

  • 总下载量: 548
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2022-08-23