onlinecheckwriter/quickpay
Composer 安装命令:
composer require onlinecheckwriter/quickpay
包简介
Streamlined Payment API with Multi-Channel Support: Seamlessly Integrate Checks, eChecks, Virtual Cards, ACH/Direct Deposits, and Wire Transfers into Your Application.
关键字:
README 文档
README
onlinecheckwriter.com PHP Client is a simple but flexible wrapper for the onlinecheckwriter.com API. See full onlinecheckwriter.com documentation here.
Table of Contents
- Getting Started
- Examples
- Video Explanation
- API Documentation
- Mail Type explanation
Getting Started
- https://apiv3.onlinecheckwriter.com/
- Plz watch the video
- and please read the documentation
Registration
Installation
The recommended way to install onlinecheckwriter.com PHP Client is through Composer.
// Install Composer
curl -sS https://getcomposer.org/installer | php
// Add onlinecheckwriter.com PHP client as a dependency
composer require onlinecheckwriter/quickpay
After installing, you need to require Composer's autoloader:
require_once __DIR__ . '/vendor/autoload.php';
Usage
// setToken // setEnviorment : SANDBOX use onlinecheckwriter\Quickpay\Index; $ocw = (new Index()); $ocw->setToken("G5LoP94QISpOvk6i072yXDFBPwSjRS01foqlYPdVdYJ7li2NRkvzuHvYIzif") $ocw->setEnviorment("SANDBOX"); // setToken // setEnviorment : LIVE use onlinecheckwriter\Quickpay\Index; $ocw = (new Index()); $ocw->setToken("YOUR API TOKEN") $ocw->setEnviorment("LIVE");
Examples
We've provided various examples for you to try out here.
There are simple scripts to demonstrate how to create all the core onlinecheckwriter objects (checks, sent mail)
API Documentation
- Introduction
=======================
Copyright © 2023 onlinecheckwriter.com
onlinecheckwriter/quickpay 适用场景与选型建议
onlinecheckwriter/quickpay 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 338 次下载、GitHub Stars 达 0, 最近一次更新时间为 2023 年 09 月 11 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「check」 「ach」 「wire」 「fintech」 「eCheck」 「online check writer」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 onlinecheckwriter/quickpay 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 onlinecheckwriter/quickpay 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 onlinecheckwriter/quickpay 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
This library helps you generate payment QR codes for Polish bank mobile applications
A Symfony bundle for chameleon-system/sanitycheck
Sila PHP SDK for API Version 0.2
This Extension integrates a credit check and more made by the LEONEX Risk Management Platform into your order process. Extensive configuration and evaluation options is provided in the Platform
SoftWax Health Check Bundle for Symfony framework
Generating SEPA Cuadernos standard files for wire transfers in Spain
统计信息
- 总下载量: 338
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 27
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-09-11