PHPackages                             ptuchik/omnipay-skrill - 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. ptuchik/omnipay-skrill

ActiveLibrary[Payment Processing](/categories/payments)

ptuchik/omnipay-skrill
======================

Skrill driver for the Omnipay payment processing library

17281PHP

Since Sep 29Pushed 7y agoCompare

[ Source](https://github.com/ptuchik/omnipay-skrill)[ Packagist](https://packagist.org/packages/ptuchik/omnipay-skrill)[ RSS](/packages/ptuchik-omnipay-skrill/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Omnipay: Skrill
===============

[](#omnipay-skrill)

**Skrill driver for the Omnipay PHP payment processing library**

[![Build Status](https://camo.githubusercontent.com/1826ad52c9d5d4bd78f7d304c3ba8ed6490f3dd65728dbdefd709c629e5a57d1/68747470733a2f2f7472617669732d63692e6f72672f616c666170726f6a6563742f6f6d6e697061792d736b72696c6c2e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/alfaproject/omnipay-skrill)[![Coverage Status](https://camo.githubusercontent.com/bcc718a8abac68bd00a065d38375f653fc7b93614e3ce24ce83433925a1d5589/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f616c666170726f6a6563742f6f6d6e697061792d736b72696c6c2f62616467652e706e673f6272616e63683d6d6173746572)](https://coveralls.io/r/alfaproject/omnipay-skrill?branch=master)[![Dependency Status](https://camo.githubusercontent.com/23ed9ee4e58b58d6fc4a30069683571fd71dfcfc4b31c1aac615f6a69a2c4cde/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3532633663663735656331333735303734393030303030662f62616467652e706e67)](https://www.versioneye.com/user/projects/52c6cf75ec1375074900000f)

[![Latest Stable Version](https://camo.githubusercontent.com/560c8ec67f61839b292069e22fdda36d49fd8b6c76239b6b1899f603dfdc7b00/68747470733a2f2f706f7365722e707567782e6f72672f616c666170726f6a6563742f6f6d6e697061792d736b72696c6c2f76657273696f6e2e706e67)](https://packagist.org/packages/alfaproject/omnipay-skrill)[![Total Downloads](https://camo.githubusercontent.com/c81fd88ec0824fd15cde1efa2c468e7b654967a2289ecc03b347e082bef8db62/68747470733a2f2f706f7365722e707567782e6f72672f616c666170726f6a6563742f6f6d6e697061792d736b72696c6c2f642f746f74616c2e706e67)](https://packagist.org/packages/alfaproject/omnipay-skrill)

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

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

[](#installation)

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

```
{
    "require": {
        "alfaproject/omnipay-skrill": "dev-master"
    }
}
```

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:

- Skrill

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/alfaproject/omnipay-skrill/issues), or better yet, fork the library and submit a pull request.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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/97d8960403b7a3aee623f5b5ea9964219b6d23abc8a5c6b893a0832ddcf2d70f?d=identicon)[ptuchik](/maintainers/ptuchik)

---

Top Contributors

[![ptuchik](https://avatars.githubusercontent.com/u/4479697?v=4)](https://github.com/ptuchik "ptuchik (5 commits)")[![rozumek](https://avatars.githubusercontent.com/u/4193654?v=4)](https://github.com/rozumek "rozumek (5 commits)")[![alfaproject](https://avatars.githubusercontent.com/u/60164?v=4)](https://github.com/alfaproject "alfaproject (2 commits)")

### Embed Badge

![Health badge](/badges/ptuchik-omnipay-skrill/health.svg)

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

###  Alternatives

[omnipay/coinbase

Coinbase driver for the Omnipay payment processing library

18570.2k1](/packages/omnipay-coinbase)

PHPackages © 2026

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