riverty/riverty-sdk-php
最新稳定版本:1.4.0
Composer 安装命令:
composer require riverty/riverty-sdk-php
包简介
Library for connecting to Riverty | Riverty payment services
关键字:
README 文档
README
Riverty PHP API client
This package is a convenience wrapper to communicate with the Riverty REST API.
Installation
For the installation of the client, use composer.
Composer
Include the package in your composer.json file
{ "require": { "riverty/riverty-sdk-php": "<VERSION>" } } ...then run composer update and load the composer autoloader:
<?php require 'vendor/autoload.php'; // ... Getting started
To get started with connecting to the Riverty API, please check the Riverty developer portal (https://developer.riverty.com) for test credentials and more specific documentation on how to integrate.
Examples
The folder Examples contains examples for all available operations.
Documentation
More documentation can be found at developer.riverty.com
Contributing
We love contributions, but please note that every contribution has to be reviewed and tested. If you have suggested changes, you may create a Pull Request.
Release notes
2025.04.28 - version 1.4.0
- Add logic to support idempotency
- Add new consolidated invoice payment method
2024.10.08 - version 1.3.0
- Add logic to support hosted checkout page implementation
2024.07.17 - version 1.2.0
- Adjust logic for setting customerCategory element value at deliveryCustomer with B2B payments
2024.05.15 - version 1.1.0
- Remove soap client object initialization and force only rest client initialization
2024.05.10 - version 1.0.0
- Update naming conventions from 'AfterPay' to 'Riverty'
- Removing Soap related components
- Migration of old php Library to new library supporting only Restful features
统计信息
- 总下载量: 10.22k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-04