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

ActiveLibrary[Payment Processing](/categories/payments)

coingate/omnipay-coingate
=========================

CoinGate driver for the Omnipay payment processing library

v1.0.0(7y ago)1037.0k41MITPHP

Since Feb 8Pushed 6y ago7 watchersCompare

[ Source](https://github.com/coingate/omnipay-coingate)[ Packagist](https://packagist.org/packages/coingate/omnipay-coingate)[ Docs](https://github.com/coingate/omnipay-coingate)[ RSS](/packages/coingate-omnipay-coingate/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (1)

Omnipay: CoinGate
=================

[](#omnipay-coingate)

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

[![Build Status](https://camo.githubusercontent.com/a1c215cffd4d3a38bf2d50e2fa8d779ae830361bf71c0261247e00a3ce4e9526/68747470733a2f2f7472617669732d63692e6f72672f636f696e676174652f6f6d6e697061792d636f696e676174652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/coingate/omnipay-coingate)[![Latest Stable Version](https://camo.githubusercontent.com/afaed58cfdd1b604fe8bb79d5b079af442963c2284990e2b00485905c700b784/68747470733a2f2f706f7365722e707567782e6f72672f636f696e676174652f6f6d6e697061792d636f696e676174652f76657273696f6e2e706e67)](https://packagist.org/packages/coingate/omnipay-coingate)[![Total Downloads](https://camo.githubusercontent.com/900e4e2971474e824ea44038d7d6faed012670925b2cdf9cf4a58a76f376901a/68747470733a2f2f706f7365722e707567782e6f72672f636f696e676174652f6f6d6e697061792d636f696e676174652f642f746f74616c2e706e67)](https://packagist.org/packages/coingate/omnipay-coingate)

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

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

[](#installation)

Sign up for CoinGate account at  for production and  for testing (sandbox) environment.

Please note, that for "Test" mode you must generate separate API Key on . API Key generated on  will not work for "Test" mode.

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

```
{
    "require": {
        "coingate/omnipay-coingate": "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:

- CoinGate

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

### Callback, Success and Cancel URLs

[](#callback-success-and-cancel-urls)

Our API uses `callback_url`, `success_url` and `cancel_url`, but while using Omnipay library you should use `notifyUrl`, `returnUrl` and `cancelUrl`.

Correct matches would be:

```
callback_url => notifyUrl
success_url  => returnUrl
cancel_url   => cancelUrl

```

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

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community22

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

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

Unknown

Total

1

Last Release

2650d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0a856044f80466c2918ae8f2c9fa2c70d42dce5883115bc5829695be68302531?d=identicon)[TomasAchmedovas](/maintainers/TomasAchmedovas)

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

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

---

Top Contributors

[![minvs1](https://avatars.githubusercontent.com/u/2649067?v=4)](https://github.com/minvs1 "minvs1 (20 commits)")[![vgumonis](https://avatars.githubusercontent.com/u/43743406?v=4)](https://github.com/vgumonis "vgumonis (5 commits)")[![ibaciulis](https://avatars.githubusercontent.com/u/1185725?v=4)](https://github.com/ibaciulis "ibaciulis (3 commits)")[![konrad-ch](https://avatars.githubusercontent.com/u/24305676?v=4)](https://github.com/konrad-ch "konrad-ch (2 commits)")[![amansharma2010](https://avatars.githubusercontent.com/u/9417418?v=4)](https://github.com/amansharma2010 "amansharma2010 (1 commits)")[![rytisbitcoin](https://avatars.githubusercontent.com/u/18306174?v=4)](https://github.com/rytisbitcoin "rytisbitcoin (1 commits)")

---

Tags

paymentgatewaybitcoinpaymerchantomnipaypurchasecoingate

### Embed Badge

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

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

###  Alternatives

[lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

587421.0k11](/packages/lokielse-omnipay-alipay)

PHPackages © 2026

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