PHPackages                             samyan/omnipay-neteller - 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. samyan/omnipay-neteller

ActiveLibrary[Payment Processing](/categories/payments)

samyan/omnipay-neteller
=======================

Neteller driver for the Omnipay payment processing library

v2.0.0(7y ago)11.0kMITPHP

Since Dec 2Pushed 7y ago1 watchersCompare

[ Source](https://github.com/SamYan/omnipay-neteller)[ Packagist](https://packagist.org/packages/samyan/omnipay-neteller)[ Docs](https://github.com/samyan/omnipay-neteller)[ RSS](/packages/samyan-omnipay-neteller/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (4)Versions (3)Used By (0)

Omnipay: Neteller
=================

[](#omnipay-neteller)

**Neteller driver for the Omnipay V3 PHP payment processing library**

[![Build Status](https://camo.githubusercontent.com/e13ac388b708722fc0d0c0d271195ecee06c901647e1592860c2eae14318894c/68747470733a2f2f7472617669732d63692e6f72672f73616d79616e2f6f6d6e697061792d6e6574656c6c65722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/samyan/omnipay-neteller)[![Latest Stable Version](https://camo.githubusercontent.com/65e25448e3acfdae11c3e74badd0c6004498bcdb6ec79224da642500fea9fadc/68747470733a2f2f706f7365722e707567782e6f72672f73616d79616e2f6f6d6e697061792d6e6574656c6c65722f762f737461626c652e706e67)](https://packagist.org/packages/samyan/omnipay-neteller)[![Total Downloads](https://camo.githubusercontent.com/86b4d3b2b37fdbef70a4aaa2546488aee27261bdcb7e81a7566b73e04389841c/68747470733a2f2f706f7365722e707567782e6f72672f73616d79616e2f6f6d6e697061792d6e6574656c6c65722f646f776e6c6f6164732e706e67)](https://packagist.org/packages/samyan/omnipay-neteller)[![License](https://camo.githubusercontent.com/bc7a12ad55fd7ee7422728cdc6ca4ea6b0459410b1fc6fe25bf5a7e31f880dc3/68747470733a2f2f706f7365722e707567782e6f72672f73616d79616e2f6f6d6e697061792d6e6574656c6c65722f6c6963656e73652e706e67)](https://packagist.org/packages/samyan/omnipay-neteller)

[Omnipay](https://github.com/omnipay/omnipay) is a framework agnostic, multi-gateway payment processing library for PHP 5.3+. This package implements [Neteller](http://www.neteller.com) support for Omnipay.

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

[](#installation)

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

```
{
    "require": {
        "samyan/omnipay-neteller": "~2.0.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:

- Neteller

For general 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 want to keep up to date with release anouncements, discuss ideas for the project, or ask more detailed questions, there is also a [mailing list](https://groups.google.com/forum/#!forum/omnipay) which you can subscribe to.

If you believe you have found a bug, please report it using the [GitHub issue tracker](https://github.com/samyan/omnipay-neteller/issues), or better yet, fork the library and submit a pull request.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 69% 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 ~865 days

Total

2

Last Release

2581d ago

Major Versions

v1.0.0 → v2.0.02019-04-16

### Community

Maintainers

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

---

Top Contributors

[![samyan](https://avatars.githubusercontent.com/u/3801362?v=4)](https://github.com/samyan "samyan (20 commits)")[![dercoder](https://avatars.githubusercontent.com/u/1737685?v=4)](https://github.com/dercoder "dercoder (9 commits)")

---

Tags

paymentgatewaypaymerchantomnipayneteller

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/samyan-omnipay-neteller/health.svg)

```
[![Health](https://phpackages.com/badges/samyan-omnipay-neteller/health.svg)](https://phpackages.com/packages/samyan-omnipay-neteller)
```

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