PHPackages                             relaypay-official/merchant-php-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. relaypay-official/merchant-php-client

ActiveLibrary[API Development](/categories/api)

relaypay-official/merchant-php-client
=====================================

Documentation RelayPay API v2.0.0

1.0.3(2y ago)01211proprietaryPHPPHP &gt;=5.5

Since Jul 5Pushed 1y ago2 watchersCompare

[ Source](https://github.com/relaypay-public/merchant-php-client)[ Packagist](https://packagist.org/packages/relaypay-official/merchant-php-client)[ Docs](http://swagger.io)[ RSS](/packages/relaypay-official-merchant-php-client/feed)WikiDiscussions main Synced 4w ago

READMEChangelog (2)Dependencies (4)Versions (3)Used By (1)

OpenAPIClient-php
=================

[](#openapiclient-php)

Documentation RelayPay API v2.0.0

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.4 and later. Should also work with PHP 8.0.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/relaypay-public/merchant-php-client.git"
    }
  ],
  "require": {
    "relaypay-public/merchant-php-client": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
