agmscode/agms_php

v0.8.0 2015-06-25 16:24 UTC

This package is not auto-updated.

Last update: 2024-09-14 17:21:29 UTC


README

Build Status Latest Stable Version Total Downloads Latest Unstable Version License

AGMS网关PHP代码库提供了对AGMS网关的集成访问。

依赖项

PHP版本 >= 5.2.1 需要。

需要以下PHP扩展

  • curl
  • dom
  • hash
  • openssl
  • SimpleXML
  • xmlwriter

发布说明

发票和周期性支付的支持尚未完成。

文档和示例

示例可以在sample_hpp.php、sample_invoicing.php、sample_recurring.php、sample_report.php、sample_safe.php、sample_transaction.php等文件中找到。

许可

请参阅LICENSE文件。

开发

可以通过以下命令运行测试用例:vendor/bin/phpunit

贡献

  1. 进行分支( https://github.com/agmscode/agms_php#fork-destination-box
  2. 创建您的功能分支(git checkout -b my-new-feature
  3. 提交您的更改(git commit -am 'Add some feature'
  4. 将更改推送到分支(git push origin my-new-feature
  5. 创建新的Pull Request