s3rgiosan / ifthenpay

IfthenPay PHP Helper Classes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IfthenPay Helpers

IfthenPay PHP helper classes.

Install

$ composer require s3rgiosan/ifthenpay

Usage

use s3rgiosan\IfthenPay\Helpers\Multibanco;

class FooBar {
    public function process_payment() {
        $reference = Multibanco::generateReference( $ent_id, $subent_id, $order_id, $order_value );
    }
}

License

The MIT License (MIT). Please see License File for more information.

About

IfthenPay PHP Helper Classes.

License:MIT License


Languages

Language:PHP 100.0%