paytic/omnipay-plationline

PlatiOnline driver for ThePhpLeague Omnipay multi-payment processing library

3.0.13 2024-04-10 10:12 UTC

This package is auto-updated.

Last update: 2024-04-10 10:30:54 UTC


README

** 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.