We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3943cc commit e6a77e1Copy full SHA for e6a77e1
composer.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "relaypay-official/php-sdk",
+ "name": "relaypay-official/merchant-php-sdk",
3
"description": "Relay Pay PHP SDK",
4
"type": "library",
5
"license": "GPL-3.0",
readme.md
@@ -5,7 +5,7 @@ This package provides an official PHP SDK to interact with the RelayPay API.
## Installation
6
7
Use Composer to install the package:
8
-`composer require relaypay-official/php-sdk`
+`composer require relaypay-official/merchant-php-sdk`
9
10
## Quick start
11
Setup the client:
0 commit comments