yubi/xendit-php 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

yubi/xendit-php

最新稳定版本:v1.5

Composer 安装命令:

composer require yubi/xendit-php

包简介

Laravel xendit library

README 文档

README

use Yubi\Xendit\Invoice;

app(Invoice::class)->create([ 'external_id' => 'x-'.time(), 'payer_email' => 'hasandotprayoga@gmail.com', 'description' => 'Desc', 'amount' => 10000 ]);

use Yubi\Xendit\QrCodes; app(QrCodes::class)->create([ 'external_id' => 'x-'.time(), 'type' => 'DYNAMIC', 'callback_url' => 'https://hasanprayoga.com', 'amount' => 100000 ]);

use Yubi\Xendit\CardlessCredit; app(CardlessCredit::class)->create([ 'cardless_credit_type' => 'KREDIVO', 'external_id' => 'X-'.time(), 'amount' => 100000, 'payment_type' => '3_months', 'items' => [ [ "id" => "123123", "name" => "Phone Case", "price" => 100000, "type" => "Smartphone", "url"=> "http://example.com/phone/phone_case", "quantity"=> 1 ] ], "customer_details"=>[ "first_name"=> "customer first name", "last_name"=> "customer last name", "email"=> "customer@yourwebsite.com", "phone"=> "081513114262" ], "shipping_address"=>[ "first_name"=> "first name", "last_name"=> "last name", "address"=> "Jalan Teknologi No. 12", "city"=> "Jakarta", "postal_code"=> "12345", "phone"=> "081513114262", "country_code"=> "IDN" ], "redirect_url"=> "https://example.com", "callback_url"=> "http://example.com/callback-cardless-credit" ]);

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2023-03-16

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固