Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.87 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.87 KB

omnipay-plationline

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

Latest Version on Packagist Latest Stable Version Latest Unstable Version

Software License Build Status Quality Score StyleCI Total Downloads

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/omnipay-plationline": "^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.