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 fcafe4c commit 2f08af1Copy full SHA for 2f08af1
README.md
@@ -19,12 +19,12 @@ This is an official PHP development kit for Tab Scanner API. For more informatio
19
The recommended way to install Tab Scanner PHP SDK is through [Composer](https://getcomposer.org/).
20
21
```sh
22
-$ composer require tabscanner/phpsdk --prefer-stable
+$ composer require tabscanner/phpsdk:1.0.2
23
```
24
25
### Basic Usage
26
27
-Visit [Tab Scanner Alpha](https://alpha.tabscanner.com) for your API key
+Visit [Tab Scanner Admin](https://admin.tabscanner.com) for your API key
28
29
Note: The upload API can accept one of the following parameter:
30
- array - single HTTP File Upload variable ($_FILES) (for array of files see upload_multiple method)
0 commit comments