PHPackages                             autumndev/omnipay-verifone-web-service - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. autumndev/omnipay-verifone-web-service

ActiveLibrary[Payment Processing](/categories/payments)

autumndev/omnipay-verifone-web-service
======================================

Verifone (Ocius) Web Service driver for the Omnipay payment processing library

1.0.6(6y ago)01391MITPHPPHP &gt;=5.5.0

Since May 8Pushed 6y ago2 watchersCompare

[ Source](https://github.com/scott-davidjones/omnipay-verifone-web-service)[ Packagist](https://packagist.org/packages/autumndev/omnipay-verifone-web-service)[ Docs](https://github.com/autumndev/omnipay-verifone-web-service)[ RSS](/packages/autumndev-omnipay-verifone-web-service/feed)WikiDiscussions master Synced yesterday

READMEChangelog (5)Dependencies (2)Versions (29)Used By (0)

omnipay-verifone-web-service
============================

[](#omnipay-verifone-web-service)

**Forked from digitickets/omnipay-verifone-web-service in order to add extra functionality**

**Verifone Web Service driver for the Omnipay PHP payment processing library**

Omnipay implementation of the Verifone (Commidea) Web Service payment gateway.

[![Build Status](https://camo.githubusercontent.com/de6867662805902d1898b90b3d7f06f42fed6fdb251a129b5399b7fdc4049556/68747470733a2f2f7472617669732d63692e6f72672f646967697469636b6574732f6f6d6e697061792d76657269666f6e652d7765622d736572766963652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/digitickets/omnipay-verifone-web-service)[![Latest Stable Version](https://camo.githubusercontent.com/c39e308e1030bd01885fe06efecdadccaea0b898b9fdd58200fb98f255c1156c/68747470733a2f2f706f7365722e707567782e6f72672f646967697469636b6574732f6f6d6e697061792d76657269666f6e652d7765622d736572766963652f76657273696f6e2e706e67)](https://packagist.org/packages/omnipay/verifone)[![Total Downloads](https://camo.githubusercontent.com/a686dbb5c179f5adb43a040012c19685320496e63b0ed174558dd0364c1502aa/68747470733a2f2f706f7365722e707567782e6f72672f646967697469636b6574732f6f6d6e697061792d76657269666f6e652d7765622d736572766963652f642f746f74616c2e706e67)](https://packagist.org/packages/digitickets/omnipay-verifone-web-service)

This driver supports the remote Verifone Payment Gateway (Web Service). Payment information is sent and received via XML messages.

Installation
------------

[](#installation)

**Important: Driver requires [PHP's Intl extension](http://php.net/manual/en/book.intl.php) to be installed.**

The Verifone Omnipay driver is installed via [Composer](http://getcomposer.org/). To install, simply add it to your `composer.json` file:

```
{
    "require": {
        "autumndev/omnipay-verifone-web-service": "~1.0"
    }
}
```

And run composer to update your dependencies:

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

```

What's Included
---------------

[](#whats-included)

This driver was originally written to support Session-Based transactions (except for refunds, which are non session-based and were implemented). We then realised that Session-based didn't work for us, so Non Session-Based was implemented.

The driver registers a token when any purchase is made. This means repeat payments will be available on any payments, although actually making repeat payments is not yet implemented.

What's Not Included
-------------------

[](#whats-not-included)

It does not currently support PAYERAUTH.

The Session-based code wasn't completely finished, although it does work as it is. Ideally the token registration and confirm/reject messages need to be handled inside the purchase/refund request classes.

Basic Usage
-----------

[](#basic-usage)

This driver supports the following processes to handle transactions and refunds:

### Non Session-based

[](#non-session-based)

Purchase Request (Transaction Request) -&gt; Purchase Response (plus confirm/reject request)

Refund Request (Transaction Request) -&gt; Refund Response (plus confirm/reject request)

### Session-based

[](#session-based)

Generate Session Request -&gt; Generate Session Response
-&gt; &lt;card form submission to Verifone&gt;
-&gt; Get Card Details Request -&gt; Get Card Details Response
-&gt; Token Registration Request -&gt; Token Registration Response \[optional step\]
-&gt; Purchase Request -&gt; Purchase Response
Then one of:
-&gt; Confirm Request -&gt; Confirm Response
or
-&gt; Reject Request -&gt; Reject Response

For general Omnipay usage instructions, please see the main [Omnipay](https://github.com/omnipay/omnipay)repository.

**Example Send Request**

```
//build and config gateway
$gateway = Omnipay::create(
    '\Autumndev\VerifoneWebService\SessionBasedGateway'
);
$gateway->setTestMode(true);
$gateway->setPasscode($passcode);
$gateway->setSystemGuid($guid);
$gateway->setSystemId($systemId);
//build and configure request
$session = $gateway->generateSession([
    'returnurl' => 'SOME URL',
    'fullcapture' => true
]);
//send request, recieve response.
$response = $session->send();
```

Support
-------

[](#support)

If you are having general issues with Omnipay, we suggest posting on [Stack Overflow](http://stackoverflow.com/). Be sure to add the [omnipay tag](http://stackoverflow.com/questions/tagged/omnipay) 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](https://github.com/digitickets/omnipay-verifone-web-service/issues), or better yet, fork the library and submit a pull request.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 79.2% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~31 days

Recently: every ~164 days

Total

27

Last Release

2470d ago

Major Versions

v0.0.21 → v1.0.02017-08-25

### Community

Maintainers

![](https://www.gravatar.com/avatar/2fdae8757045573e236136afb10fc9cdfef8aade0c6c04e0a49a07aca6347164?d=identicon)[autumndev](/maintainers/autumndev)

---

Top Contributors

[![scott-davidjones](https://avatars.githubusercontent.com/u/547193?v=4)](https://github.com/scott-davidjones "scott-davidjones (19 commits)")[![NeilWhitworth](https://avatars.githubusercontent.com/u/6729769?v=4)](https://github.com/NeilWhitworth "NeilWhitworth (4 commits)")[![pedanticantic](https://avatars.githubusercontent.com/u/7499073?v=4)](https://github.com/pedanticantic "pedanticantic (1 commits)")

---

Tags

webservicepaymentgatewaypaymerchantomnipayverifoneociuscommidea

### Embed Badge

![Health badge](/badges/autumndev-omnipay-verifone-web-service/health.svg)

```
[![Health](https://phpackages.com/badges/autumndev-omnipay-verifone-web-service/health.svg)](https://phpackages.com/packages/autumndev-omnipay-verifone-web-service)
```

###  Alternatives

[lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

587421.0k11](/packages/lokielse-omnipay-alipay)[sudiptpa/omnipay-nabtransact

National Australia Bank (NAB) Transact driver for the Omnipay payment processing library.

1017.2k](/packages/sudiptpa-omnipay-nabtransact)[lucassmacedo/omnipay-mercadopago

MercadoPago gateway for OmniPay

154.6k](/packages/lucassmacedo-omnipay-mercadopago)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
