rezzza/payment-be2bill-bundle

提供访问Be2bill API的支付组件

安装: 370

依赖: 0

建议者: 0

安全性: 0

星标: 10

关注者: 6

分支: 10

公开问题: 0

类型:symfony-bundle

2.0.0 2018-02-28 17:11 UTC

This package is not auto-updated.

Last update: 2024-09-14 15:46:04 UTC


README

https://poser.pugx.org/rezzza/payment-be2bill-bundle/version.png https://travis-ci.org/rezzza/PaymentBe2billBundle.png?branch=master https://insight.sensiolabs.com/projects/164c2857-988e-4444-9952-de29f82cef08/small.png

Be2billJMSPaymentCoreBundle 提供服务的提供者。

目前只支持directLink支付和信用支付。

安装

使用 composer

composer require rezzza/payment-be2bill-bundle

Git 克隆

git clone git@github.com:rezzza/PaymentBe2billBundle.git

设置

编辑你的 AppKernel.php 以将组件注册到你的 Symfony2 应用中:

new Rezzza\PaymentBe2billBundle\RezzzaPaymentBe2billBundle()

待办事项

  • 添加网络表单支付支持。
  • 编写更多单元测试。