Skip to content

Commit 41f9daf

Browse files
authored
Added Composer installation step
1 parent b418b5b commit 41f9daf

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ You can find the full documentation and payment flow of the paysafecard APIs her
1010
EN: https://www.paysafecard.com/fileadmin/api/
1111
DE: https://www.paysafecard.com/fileadmin/api/de.html
1212

13+
# Installation
14+
You can either install the REST API by manually downloading it or using Composer:
15+
```bash
16+
composer require paysafecard/paysafecard-rest_api-php
17+
```
18+
1319
# Integration
1420
How to integrate paysafecards API:
1521
1. Register for a business account. https://servicecenter.paysafecard.com/merchant-center/webToLead/WebToLeadForm.xhtml
@@ -28,4 +34,4 @@ https://www.paysafecard.com/business/
2834
# Payout & Refund
2935
Not per default active. Special agreement with paysafecard necessary.
3036
Please talk before the implementation with the paysafecard sales team. [email protected]
31-
37+

0 commit comments

Comments
 (0)