digitickets/omnipay-verifone-ocius 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

digitickets/omnipay-verifone-ocius

最新稳定版本:v1.2.3

Composer 安装命令:

composer require digitickets/omnipay-verifone-ocius

包简介

Verifone (Ocius) driver for the Omnipay payment processing library

README 文档

README

Verifone driver for the Omnipay PHP payment processing library

NOTE: I started writing this driver, and then the project that I was doing it for was abandoned, so it is not finished (it's about 90% done, though). I am leaving it here in case anyone wants to fork it and complete it. I'm happy for someone else to take ownership of it.

Build Status Latest Stable Version Total Downloads

This driver supports the remote Verifone Payment Gateway (Payware Ocius) service. Payment information is sent and received via XML messages. Customers are redirected to the card details page hosted by Verifone.

Installation

Important: Driver requires PHP's Intl extension to be installed.

The Verifone Omnipay driver is installed via Composer. To install, simply add it to your composer.json file:

{
    "require": {
        "digitickets/omnipay-verifone-ocius": "~1.0"
    }
}

And run composer to update your dependencies:

$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update

Basic Usage

This driver supports two transaction types:

  • Purchase (including 3D Secure support if card holder is registered).
  • Refund (you will need to send Verifone's reference from the original transaction as the 'transactionReference' parameter).

For general Omnipay usage instructions, please see the main Omnipay repository.

Support

If you are having general issues with Omnipay, we suggest posting on Stack Overflow. Be sure to add the omnipay tag so it can be easily found.

If you believe you have found a bug in this driver, please report it using the GitHub issue tracker, or better yet, fork the library and submit a pull request.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-01-17