PHPackages                             jessicadigital/omnipay-verifone-ocius - 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. jessicadigital/omnipay-verifone-ocius

ActiveLibrary[Payment Processing](/categories/payments)

jessicadigital/omnipay-verifone-ocius
=====================================

Verifone (Ocius) driver for the Omnipay payment processing library

v2.0.1(10y ago)0231MITPHP

Since Sep 15Pushed 9y ago2 watchersCompare

[ Source](https://github.com/jessicadigital/omnipay-verifone-ocius)[ Packagist](https://packagist.org/packages/jessicadigital/omnipay-verifone-ocius)[ Docs](https://github.com/coatesap/omnipay-verifone-ocius)[ RSS](/packages/jessicadigital-omnipay-verifone-ocius/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (2)Versions (20)Used By (0)

Omnipay: Verifone
=================

[](#omnipay-verifone)

**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](https://camo.githubusercontent.com/01564f08d84a14a47fd54f0070a72065d27160258e566bf98c8e77f01f3a8bdf/68747470733a2f2f7472617669732d63692e6f72672f706564616e746963616e7469632f6f6d6e697061792d76657269666f6e652d6f636975732e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/pedanticantic/omnipay-verifone-ocius)[![Latest Stable Version](https://camo.githubusercontent.com/d9254b92d5b1cc6716df9e4dc153a1cb91f73aa4693070662f13a06fddf49753/68747470733a2f2f706f7365722e707567782e6f72672f706564616e746963616e7469632f6f6d6e697061792d76657269666f6e652d6f636975732f76657273696f6e2e706e67)](https://packagist.org/packages/omnipay/verifone)[![Total Downloads](https://camo.githubusercontent.com/efa6e4e5757cf9cbc8f8de36d642fb0a356ca31da16473b5284e6c705c994845/68747470733a2f2f706f7365722e707567782e6f72672f706564616e746963616e7469632f6f6d6e697061792d76657269666f6e652d6f636975732f642f746f74616c2e706e67)](https://packagist.org/packages/pedanticantic/omnipay-verifone-ocius)

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
------------

[](#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": {
        "pedanticantic/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
-----------

[](#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](https://github.com/omnipay/omnipay)repository.

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/pedanticantic/omnipay-verifone-ocius/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

Popularity7

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 63.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 ~14 days

Recently: every ~52 days

Total

18

Last Release

3655d ago

Major Versions

v1.1.3 → v2.0.02016-05-09

### Community

Maintainers

![](https://www.gravatar.com/avatar/28f5332a75c6914b5df831fe4b86812dea2517ea21ffe03b973a0f2d53bf16e1?d=identicon)[jessicadigital](/maintainers/jessicadigital)

---

Top Contributors

[![brynj-digital](https://avatars.githubusercontent.com/u/13166627?v=4)](https://github.com/brynj-digital "brynj-digital (12 commits)")[![pedanticantic](https://avatars.githubusercontent.com/u/7499073?v=4)](https://github.com/pedanticantic "pedanticantic (4 commits)")[![mattclements](https://avatars.githubusercontent.com/u/804802?v=4)](https://github.com/mattclements "mattclements (2 commits)")[![jessicadigital](https://avatars.githubusercontent.com/u/17479344?v=4)](https://github.com/jessicadigital "jessicadigital (1 commits)")

---

Tags

paymentgatewaypaymerchantomnipayverifoneociuscommidea

### Embed Badge

![Health badge](/badges/jessicadigital-omnipay-verifone-ocius/health.svg)

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

###  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)
