bytic/omnipay-romcard

This package is abandoned and no longer maintained. The author suggests using the paytic/omnipay-romcard package instead.

romcard driver for ThePhpLeague Omnipay multi-payment processing library

3.0.3 2024-04-10 10:07 UTC

This package is auto-updated.

Last update: 2024-04-10 10:10:00 UTC


README

Romcard driver for the Omnipay PHP payment processing library

Build Status

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

Installation

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

{
    "require": {
        "bytic/romcard": "^1.0"
    }
}

And run composer to update your dependencies:

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

Basic Usage

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