pebarradasaero/ifthenpay

IfthenPay PHP helper classes.

Maintainers

Package info

github.com/pebarradasaero/ifthenpayPHP

Homepage

Issues

pkg:composer/pebarradasaero/ifthenpay

Statistics

Installs: 14

Dependents: 0

Suggesters: 0

Stars: 0

1.0 2021-09-01 13:12 UTC

This package is auto-updated.

Last update: 2026-03-11 20:59:41 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 );
    }
}