s3rgiosan / ifthenpay
IfthenPay PHP helper classes.
Installs: 73
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 3
Open Issues: 0
pkg:composer/s3rgiosan/ifthenpay
This package is not auto-updated.
Last update: 2023-11-11 22:35:34 UTC
README
IfthenPay PHP helper classes.
Install
$ composer require s3rgiosan/ifthenpay
Usage
use s3rgiosan\IfthenPay\Helpers\Multibanco; class FooBar { public function process_payment() { $reference = Multibanco::generateReference( $ent_id, $subent_id, $order_id, $order_value ); } }
License
The MIT License (MIT). Please see License File for more information.