ebanx/benjamin-local 问题修复 & 功能扩展

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

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

ebanx/benjamin-local

最新稳定版本:1.22.4

Composer 安装命令:

composer require ebanx/benjamin-local

包简介

EBANX Pay's API library for local payments

README 文档

README

Build Status Latest Stable Version Total Downloads License

This is the repository for business rules as of implemented by merchant sites for use in e-commerce platform plugins. The objective is to be a central repository for services and to communicate with the EBANX Local API (also known as "Pay Local").

Getting Started

It is very simple to use Benjamin. You will only need an instance of Ebanx\Benjamin\Models\Configs\Config and an instance of Ebanx\Benjamin\Models\Payment:

<?php

require_once __DIR__ . '/vendor/autoload.php';

use Ebanx\Benjamin\Models\Configs\Config;
use Ebanx\Benjamin\Models\Payment;

$config = new Config([
    'integrationKey' => 'YOUR_INTEGRATION_KEY',
    'sandboxIntegrationKey' => 'YOUR_SANDBOX_INTEGRATION_KEY'
]);

$payment = new Payment([
    //Payment properties(see wiki)
]);

$result = EBANX($config)->create($payment);

If you want more information you can check the Wiki.

统计信息

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

GitHub 信息

  • Stars: 6
  • Watchers: 92
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: proprietary
  • 更新时间: 未知

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固