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
其他信息
- 授权协议: Unknown
- 更新时间: 2023-09-21