library ifthenpay
IfthenPay PHP helper classes.
s3rgiosan/ifthenpay
IfthenPay PHP helper classes.
- Friday, April 21, 2017
- by s3rgiosan
- Repository
- 0 Watchers
- 0 Stars
- 33 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 2 Versions
- 18 % Grown
IfthenPay Helpers
IfthenPay PHP helper classes., (*1)
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., (*2)