s3rgiosan/ifthenpay

This package is abandoned and no longer maintained. No replacement package was suggested.

IfthenPay PHP helper classes.

1.0.0 2017-04-21 16:36 UTC

This package is not auto-updated.

Last update: 2023-11-11 22:35:34 UTC


README

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.