定制 volkandm/advcash 二次开发

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

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

volkandm/advcash

Composer 安装命令:

composer require volkandm/advcash

包简介

Advcash Libary For Laravel

README 文档

README

Hello, this plugin I developed for a project has the entire advcash library. But I will add facade support as I need it. The following functions are working.

Install

composer require volkandm/advcash

Edit your .env file add following variables;

#VOLKANDM ADVCASH
ADVCASH_API_NAME=YOUR_API_NAME
ADVCASH_API_EMAIL=YOUR_API_EMAIL
ADVCASH_API_PASS=YOUR_API_PASSWORD

Examples

Sending Money

$adv = new Volkandm\Advcash\Advcash();
$adv->SendMoney(1, "email or walletid", "USD", "Payment Note");

You can use email or wallet id to sending money.

Response

Array(
    "success" => 1 // if it's 0, transaction is failed
    "response" => "Error or success message"
)

统计信息

  • 总下载量: 29
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: Unknown
  • 更新时间: 2023-09-21