定制 namdongvando/cardbrick 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-05-29