定制 swervpaydev/sdk 二次开发

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

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

swervpaydev/sdk

最新稳定版本:v0.0.2

Composer 安装命令:

composer require swervpaydev/sdk

包简介

PHP Client for Swervpay

README 文档

README

Logo

PHP Client for Swervpay


Explore the docs »

X (Twitter) · Linkedin · Changelog

Installation

PHP 7.2+ and Composer are required.

To get the latest version of Swervpay PHP SDK, simply require it:

$ composer require swervpaydev/sdk

Configuration

Import the Swervpay class and create a new instance with your secret_key and business_id:

use Swervpaydev\SDK\Swervpay;

$config = [
    'secret_key' => '<SECRET_KEY>',
    'business_id' => '<BUSINESS_ID>'
];

$swervpay = new Swervpay($config);

Replace <SECRET_KEY> and <BUSINESS_ID> with your actual secret key and business ID.

Documentation

See docs for PHP here

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-01-15