sergiosan/ifthenpay

此包已被放弃,不再维护。未建议替代包。

IfthenPay PHP 辅助类。

1.0.0 2017-04-21 16:36 UTC

This package is not auto-updated.

Last update: 2023-11-11 22:35:34 UTC


README

IfthenPay PHP 辅助类。

安装

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

许可证

MIT 许可证(MIT)。请参阅许可证文件获取更多信息。