namdongvando/cardbrick
最新稳定版本:V1.01
Composer 安装命令:
composer require namdongvando/cardbrick
包简介
Card Brick, Gạch Thẻ
README 文档
README
PHP >= 7.4
Installation Instructions
{
"require": {
"namdongvando/cardbrick": "^1.01"
}
}
And run Composer to install CardBrick:
composer require namdongvando/cardbrick
Examples/Tutorials
The links provided below are meant to demonstrate the key features included in the project. Currently, these links are using the pfbc3.0-php5 release, please see the examples included with the project for PHP 5.3 namespaced examples.
Code Samples
<?php require 'vendor/autoload.php'; <?php use CardBrick\doithecaoonline; doithecaoonline::SetPartnerKey("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"); $doithecaoonline = new doithecaoonline(); $doithecaoonline->telco = "VIETTEL"; $doithecaoonline->amount = "300000"; $doithecaoonline->serial = "yyyyyyyyyyyy"; $doithecaoonline->code = "zzzzzzzzzzzz"; $doithecaoonline->transaction_id = "123456789"; $doithecaoonline->is_fast = 0; $res = $doithecaoonline->PartnerAddCard(); var_dump($res); ?> ?>
3.3 Add form render
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-05-29