PHPackages                             dercoder/omnipay-speedpay - 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. dercoder/omnipay-speedpay

ActiveLibrary

dercoder/omnipay-speedpay
=========================

SpeedPay gateway for Omnipay payment processing library

09PHP

Since Aug 15Pushed 7y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Omnipay: SpeedPay
=================

[](#omnipay-speedpay)

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

[![Build Status](https://camo.githubusercontent.com/6202ba7f2d928a44b3a23c211b14ddebd86902e08b99be56fd0499c717c146a4/68747470733a2f2f7472617669732d63692e6f72672f646572636f6465722f6f6d6e697061792d73706565647061792e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/dercoder/omnipay-speedpay)[![Coverage Status](https://camo.githubusercontent.com/40c985bc77b9093e043368531eaa89ee436c11643a2fd4e6a44ca66c84923a24/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f646572636f6465722f6f6d6e697061792d73706565647061792f62616467652e7376673f6272616e63683d6d617374657226736572766963653d676974687562)](https://coveralls.io/github/dercoder/omnipay-speedpay?branch=master)

[![Latest Stable Version](https://camo.githubusercontent.com/935cf1b2e5ad9d05bfebba5ccfbb7b4c4032770c1a93abefd46ce1265d5d5559/68747470733a2f2f706f7365722e707567782e6f72672f646572636f6465722f6f6d6e697061792d73706565647061792f762f737461626c652e706e67)](https://packagist.org/packages/dercoder/omnipay-speedpay)[![Total Downloads](https://camo.githubusercontent.com/e07b5597fd1be878296f6e46b5e00f8eb314b08554b328c07d00362fcee4f51f/68747470733a2f2f706f7365722e707567782e6f72672f646572636f6465722f6f6d6e697061792d73706565647061792f646f776e6c6f6164732e706e67)](https://packagist.org/packages/dercoder/omnipay-speedpay)[![Latest Unstable Version](https://camo.githubusercontent.com/8dd95c986d209e07668d8765f1be007b267dfba8cc6fd32c4feb97ccf5c2eaa4/68747470733a2f2f706f7365722e707567782e6f72672f646572636f6465722f6f6d6e697061792d73706565647061792f762f756e737461626c652e706e67)](https://packagist.org/packages/dercoder/omnipay-speedpay)[![License](https://camo.githubusercontent.com/0b0b87f10ce41ded118edcd68ffc224db7c25f9b2c7f800538b2b7ecb67a8496/68747470733a2f2f706f7365722e707567782e6f72672f646572636f6465722f6f6d6e697061792d73706565647061792f6c6963656e73652e706e67)](https://packagist.org/packages/dercoder/omnipay-speedpay)

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

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

[](#installation)

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

```
{
    "require": {
        "dercoder/omnipay-speedpay": "~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:

- SpeedPay

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

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 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/d4045b607948c2b395b141c6c48749a42a719f11fb58956afd06ea5f246cdfa3?d=identicon)[DerCoder](/maintainers/DerCoder)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/dercoder-omnipay-speedpay/health.svg)

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

PHPackages © 2026

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