nenfy/omnipay-cardinity

Cardinity driver for the Omnipay payment processing library

Maintainers

๐Ÿ‘ CodeKJ

Package info

github.com/NENFY/omnipay-cardinity

pkg:composer/nenfy/omnipay-cardinity

Statistics

Installs: 20

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

v1.0.0 2018-04-13 16:21 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT f43e13d5509d5c4eeba2ed36052d3b3daa49534b

  • Kristaps Jaremฤuks <kristaps.jaremcuks.woop@gmail.com>
  • NENFY <support.woop@nenfy.com>

paymentpaygatewaymerchantomnipaycardinitynenfy

This package is not auto-updated.

Last update: 2026-06-21 14:28:39 UTC


README

Cardinity driver for the Omnipay PHP payment processing library

๐Ÿ‘ Latest Stable Version
๐Ÿ‘ Total Downloads

Omnipay is a framework agnostic, multi-gateway payment processing library for PHP. This package implements Cardinity support for Omnipay.

Installation

Omnipay is installed via Composer. To install, simply add it to your composer.json file:

{
 "require": {
 "nenfy/omnipay-cardinity": "dev-master"
 }
}

And run composer to update your dependencies:

$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update

Basic Usage

The following gateways are provided by this package:

For general usage instructions, please see the main Omnipay repository.

Support

If you are having general issues with Omnipay, we suggest posting on Stack Overflow. Be sure to add the omnipay tag so it can be easily found.

If you want to keep up to date with release announcements, discuss ideas for the project, or ask more detailed questions, there is also a mailing list which you can subscribe to.

If you believe you have found a bug, please report it using the GitHub issue tracker, or better yet, fork the library and submit a pull request.