From c6c60c59b282b51744b23454c3371a113ca35dd5 Mon Sep 17 00:00:00 2001 From: mrt1m Date: Thu, 24 Jun 2021 16:51:37 +0300 Subject: [PATCH] update README.md --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ea6b612..9dc20d3 100755 --- a/README.md +++ b/README.md @@ -4,7 +4,15 @@ * PHP 7.4 or later -## 2. Initialization +## 2. Installation + +The VK PHP SDK can be installed using Composer by running the following command: + +```sh +composer require mrt1m/playstation-store-ap +``` + +## 3. Initialization Create Client object using the following code: @@ -15,9 +23,9 @@ use PlaystationStoreApi\Enum\Regions; $clientApi = new Client(new Regions(Regions::RUSSIA)); ``` -## 3. API Requests +## 4. API Requests -### 3.1. Request product data +### 4.1. Request product data ```php $response = $clientApi->product()->get('EP0001-CUSA12042_00-GAME000000000000');