Skip to content

pebarradasaero/ifthenpayPHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ifthenpayPHP

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 );
    }
}