You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+42Lines changed: 42 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,48 @@ Directory | Description
15
15
--------- | -----------
16
16
[Examples](Examples) | A collection of PHP Cloud SDK examples that help you learn the product features
17
17
18
+
19
+
## Dependencies
20
+
- PHP 5.5 or later
21
+
22
+
## Authorization
23
+
To use SDK you need AppSID and AppKey authorization keys. You can get your AppSID and AppKey at https://dashboard.groupdocs.cloud (free registration is required).
24
+
25
+
## Installation & Usage
26
+
### Composer
27
+
28
+
The package is available at [Packagist](https://packagist.org/) and it can be installed via [Composer](http://getcomposer.org/) by executing following command:
Or you can install SDK via [Composer](https://packagist.org/packages/groupdocscloud/groupdocs-viewer-cloud) directly from this repository, add the following to `composer.json`:
Clone or download this repository, then run `composer install` in the root directory to install dependencies and include `autoload.php` into your code file:
0 commit comments