riverty/riverty-sdk-php

Library for connecting to Riverty | Riverty payment services

1.3.0 2024-10-09 09:01 UTC

README

Latest Stable Version Latest Unstable Version Total Downloads License

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

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