pebarradasaero/ifthenpay

IfthenPay PHP helper classes.

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

pkg:composer/pebarradasaero/ifthenpay

1.0 2021-09-01 13:12 UTC

This package is auto-updated.

Last update: 2025-12-11 20:16:56 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 );
    }
}