We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98524b9 commit c6c60c5Copy full SHA for c6c60c5
README.md
@@ -4,7 +4,15 @@
4
5
* PHP 7.4 or later
6
7
-## 2. Initialization
+## 2. Installation
8
+
9
+The VK PHP SDK can be installed using Composer by running the following command:
10
11
+```sh
12
+composer require mrt1m/playstation-store-ap
13
+```
14
15
+## 3. Initialization
16
17
Create Client object using the following code:
18
@@ -15,9 +23,9 @@ use PlaystationStoreApi\Enum\Regions;
23
$clientApi = new Client(new Regions(Regions::RUSSIA));
24
```
25
-## 3. API Requests
26
+## 4. API Requests
19
27
20
-### 3.1. Request product data
28
+### 4.1. Request product data
21
29
22
30
```php
31
$response = $clientApi->product()->get('EP0001-CUSA12042_00-GAME000000000000');
0 commit comments