PHPackages                             very-gd/omnipay-elavon - 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. very-gd/omnipay-elavon

ActiveLibrary

very-gd/omnipay-elavon
======================

Elavon Remote driver for the Omnipay payment processing library

0252PHP

Since Nov 22Pushed 7y ago1 watchersCompare

[ Source](https://github.com/very-gd/omnipay-elavon)[ Packagist](https://packagist.org/packages/very-gd/omnipay-elavon)[ RSS](/packages/very-gd-omnipay-elavon/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Omnipay: Elavon Remote
======================

[](#omnipay-elavon-remote)

**Elavon driver for the Omnipay payment processing library**

[Omnipay](https://github.com/omnipay/omnipay) is a framework agnostic, multi-gateway payment processing library for PHP 5.3+. This package implements Elavon (Remote) integration for Omnipay, including optional 3D Secure support.

Elavon is basically a branded version of the Realex payment gateway. Therefore, this driver extends the Omnipay Realex driver, overriding the default Realex URLs.

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

[](#installation)

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

```
{
    "require": {
        "vgd/omnipay-elavon": "~1.0"
    }
}
```

And run composer to update your dependencies:

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

```

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

[](#basic-usage)

The following gateways are provided by this package:

- Elavon\_Remote

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

3D Secure
---------

[](#3d-secure)

The Elavon driver has 3D Secure checking turned off by default. To enable 3D Secure, make sure you have received a 3D Secure account reference from Elavon, then set the `3dSecure` parameter as '1' when you initialise the gateway.

Refunds
-------

[](#refunds)

In order to process a refund, you must configure the gateway with the `refundPassword` parameter set to the 'rebate' password that Elavon provide you with. In addition, you will need to pass the following parameters, relating to the original transaction: `amount`, `transactionReference`, `transactionId`, `currency`, `authCode`.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/c14ba1a9e656a4b9eba6a7797d8bc5d26d92ca388d8a92708ba3f28d1601d35c?d=identicon)[lewisvgd](/maintainers/lewisvgd)

---

Top Contributors

[![lewisvgd](https://avatars.githubusercontent.com/u/10810802?v=4)](https://github.com/lewisvgd "lewisvgd (1 commits)")

### Embed Badge

![Health badge](/badges/very-gd-omnipay-elavon/health.svg)

```
[![Health](https://phpackages.com/badges/very-gd-omnipay-elavon/health.svg)](https://phpackages.com/packages/very-gd-omnipay-elavon)
```

PHPackages © 2026

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