Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 464 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 464 Bytes

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.