IfthenPay PHP helper classes.
$ composer require s3rgiosan/ifthenpay
use s3rgiosan\IfthenPay\Helpers\Multibanco;
class FooBar {
public function process_payment() {
$reference = Multibanco::generateReference( $ent_id, $subent_id, $order_id, $order_value );
}
}
The MIT License (MIT). Please see License File for more information.