pebarradasaero/ifthenpay

IfthenPay PHP helper classes.

1.0 2021-09-01 13:12 UTC

This package is auto-updated.

Last update: 2025-08-11 19:36:15 UTC


README

IfthenPay Ifthenpay Classes for PHP.

Install

$ composer require pebarradasaero/ifthenpay

Usage

use pebarradasaero\IfthenPay\Helpers\Multibanco;

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