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

ActiveLibrary[Payment Processing](/categories/payments)

ynievespuntonetsurl/omnipay-qvapay
==================================

QvaPay gateway for Omnipay payment processing library

1.1.0(3y ago)43MITPHP

Since Jul 17Pushed 3y ago1 watchersCompare

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

READMEChangelog (8)Dependencies (3)Versions (9)Used By (0)

Omnipay: QvaPay
===============

[](#omnipay-qvapay)

[![Banner](https://camo.githubusercontent.com/fae3b30721efdd133a811964e8252d83261ac3a449586473aa4ffb961dc2984e/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f4f6d6e697061792532305176615061792e706e673f7468656d653d6461726b267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d796e696576657370756e746f6e65747375726c2532466f6d6e697061792d717661706179267061747465726e3d617263686974656374267374796c653d7374796c655f32266465736372697074696f6e3d5176615061792b6472697665722b666f722b7468652b4f6d6e697061792b5048502b7061796d656e742b70726f63657373696e672b6c6962726172792e266d643d312673686f7757617465726d61726b3d3026666f6e7453697a653d313030707826696d616765733d68747470732533412532462532467777772e7068702e6e6574253246696d616765732532466c6f676f732532466e65772d7068702d6c6f676f2e737667267769647468733d6175746f)](https://camo.githubusercontent.com/fae3b30721efdd133a811964e8252d83261ac3a449586473aa4ffb961dc2984e/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f4f6d6e697061792532305176615061792e706e673f7468656d653d6461726b267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d796e696576657370756e746f6e65747375726c2532466f6d6e697061792d717661706179267061747465726e3d617263686974656374267374796c653d7374796c655f32266465736372697074696f6e3d5176615061792b6472697665722b666f722b7468652b4f6d6e697061792b5048502b7061796d656e742b70726f63657373696e672b6c6962726172792e266d643d312673686f7757617465726d61726b3d3026666f6e7453697a653d313030707826696d616765733d68747470732533412532462532467777772e7068702e6e6574253246696d616765732532466c6f676f732532466e65772d7068702d6c6f676f2e737667267769647468733d6175746f)

[![Latest Version on Packagist](https://camo.githubusercontent.com/fa08e1879a7124ab3e1d76dbc7c837f114201c79ab2e8a07bb2002da6b5cbc37/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f796e696576657370756e746f6e65747375726c2f6f6d6e697061792d7176617061792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ynievespuntonetsurl/omnipay-qvapay)[![Build Status](https://camo.githubusercontent.com/ba67409cf5ecf20a263446b45f529cdae1f823843a195045206fa71eda08e503/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f796e696576657370756e746f6e65747375726c2f6f6d6e697061792d7176617061792f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/ynievespuntonetsurl/omnipay-qvapay)[![Total Downloads](https://camo.githubusercontent.com/ef1ecbf1e22f108b9ea6289a76f0f572a4de967d24dd03b4ee7fc586c6e11a98/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f796e696576657370756e746f6e65747375726c2f6f6d6e697061792d7176617061792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ynievespuntonetsurl/omnipay-qvapay)

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

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

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

[](#installation)

Omnipay is installed via [Composer](http://getcomposer.org/). To install, simply require `ynievespuntonetsurl/omnipay-qvapay` with Composer:

```
#!/bin/bash
composer require ynievespuntonetsurl/omnipay-qvapay
```

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

[](#basic-usage)

The following gateways are provided by this package:

- QvaPay (QvaPay Rest API)

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

Quirks
------

[](#quirks)

The transaction reference obtained from the purchase() response can't be used to refund a purchase. The transaction reference from the completePurchase() response is the one that should be used.

Out Of Scope
------------

[](#out-of-scope)

Omnipay does not cover recurring payments or billing agreements, and so those features are not included in this package. Extensions to this gateway are always welcome.

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

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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.

###  Release Activity

Cadence

Every ~67 days

Recently: every ~116 days

Total

8

Last Release

1292d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0ffe2891aaa81d6219cab739594dbf7d0bf8e790feedec56354745e14343c0b8?d=identicon)[YnievesPuntoNet S.U.R.L.](/maintainers/YnievesPuntoNet%20S.U.R.L.)

---

Top Contributors

[![YnievesDotNet](https://avatars.githubusercontent.com/u/1451485?v=4)](https://github.com/YnievesDotNet "YnievesDotNet (8 commits)")

---

Tags

paymentgatewaypaymerchantomnipaypurchaseqvapay

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

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