From 41f9dafc0b4b8888e1a643f616104b79864c2bd6 Mon Sep 17 00:00:00 2001 From: TS3tools Date: Sun, 19 Nov 2017 15:37:59 +0100 Subject: [PATCH] Added Composer installation step --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a4c683..ea58b31 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,12 @@ You can find the full documentation and payment flow of the paysafecard APIs her EN: https://www.paysafecard.com/fileadmin/api/ DE: https://www.paysafecard.com/fileadmin/api/de.html +# Installation +You can either install the REST API by manually downloading it or using Composer: +```bash +composer require paysafecard/paysafecard-rest_api-php +``` + # Integration How to integrate paysafecards API: 1. Register for a business account. https://servicecenter.paysafecard.com/merchant-center/webToLead/WebToLeadForm.xhtml @@ -28,4 +34,4 @@ https://www.paysafecard.com/business/ # Payout & Refund Not per default active. Special agreement with paysafecard necessary. Please talk before the implementation with the paysafecard sales team. success@paysafecard.com - \ No newline at end of file +