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

ActiveLibrary[Payment Processing](/categories/payments)

incube8/omnipay-multicards
==========================

MultiCards driver for the Omnipay payment processing library

021.3kPHP

Since Jan 16Pushed 8y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

omnipay-multicards
==================

[](#omnipay-multicards)

**MultiCards 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 5.3+. This package implements PaymentWall support for Omnipay.

[MultiCards Internet Billing](https://www.multicards.com/) is a provider of online credit card and debit card processing and payment solutions to many retailers worldwide.

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

[](#installation)

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

```
{
    "require": {
        "incube8/omnipay-multicards": "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 transactions are provided by this package via the REST API:

- Create a purchase
- Refunding a purchase
- Voiding a purchase

For general usage instructions, please see the main [Omnipay](https://github.com/thephpleague/omnipay)repository. There are also examples in the class API documentation.

### Quirks

[](#quirks)

There is no createCard message in this gateway. Tokens are supported by calling getCardReference() on a purchase result.

Required fields when making a purchase include:

- amount
- currency
- description
- merId
- merUrlIdx
- password

An Omnipay CreditCard object can be provided containing the card data, or you can pass a cardReference parameter to make a token purchase after making a previously successful card purchase and getting the token as a response to that.

Unit Testing
------------

[](#unit-testing)

Tests are in the tests folder. Basic unit tests are in place for most of the code including mock message responses.

API Documentation
-----------------

[](#api-documentation)

You can build the API documentation after running composer update, by using this command (on Linux/Unix systems):

```
./makedoc.sh

```

The API documentation will be built in documents/main in HTML format.

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.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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

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

---

Top Contributors

[![gabrielponto](https://avatars.githubusercontent.com/u/7227328?v=4)](https://github.com/gabrielponto "gabrielponto (1 commits)")

### Embed Badge

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

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

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

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