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
[](https://github.com/groupdocs-viewer-cloud/groupdocs-viewer-cloud-php/blob/master/LICENSE)
1
+
# GroupDocs.Viewer Cloud SDK for PHP
2
+
This repository contains GroupDocs.Viewer Cloud SDK for PHP source code. This SDK allows you to work with GroupDocs.Viewer Cloud REST APIs in your PHP applications.
2
3
3
-
# PHP SDK to View Documents in the Cloud
4
+
## Dependencies
5
+
- PHP 5.5 or later
4
6
5
-
[GroupDocs.Viewer Cloud SDK for PHP](https://products.groupdocs.cloud/viewer/php) wraps GroupDocs.Viewer RESTful APIs so you may integrate Document Viewing features in your own apps with zero initial cost.
7
+
## Authorization
8
+
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).
6
9
7
-
GroupDocs.Viewer REST API allows the developers to view & render a number of files formats including Word documents, Excel spreadsheets, PowerPoint presentations, PDF, OpenDocument formats, emails, CAD files & images.
8
-
9
-
## Document Viewer Services in REST
10
-
11
-
- 90+ supported file formats.
12
-
- View documents as PDF, HTML or images.
13
-
- Render documents as raster & vector images.
14
-
- Render documents with comments & notes.
15
-
- Flip or rotate documents pages at 90, 180 or 270 degrees.
16
-
- Reorder document pages.
17
-
- Render hidden, consecutive or selected document pages.
18
-
- Watermark PDF, image or HTML output pages.
19
-
- Render with custom fonts as well as replace any missing fonts.
20
-
- Load password-protected documents.
21
-
- Extract attachment information such as attachment count & names.
22
-
- Extract document information like file format, page count, size and visibility, text coordinates, and so on.
23
-
- Integrated storage API.
24
-
25
-
Check out the [Developer's Guide](https://docs.groupdocs.cloud/viewer/developer-guide/) to know more about GroupDocs.Viewer REST API.
## Get Started with GroupDocs.Viewer Cloud SDK for PHP
49
-
50
-
First create an account at [GroupDocs for Cloud](https://dashboard.groupdocs.cloud/) and get your application information. Next, follow the steps as given below.
51
-
52
-
### Installation via Composer
53
-
54
-
The package is available at [Packagist](https://packagist.org/) and can be installed via [Composer](http://getcomposer.org/) by executing the following command.
10
+
## Installation & Usage
11
+
### Composer
55
12
13
+
The package is available at [Packagist](https://packagist.org/) and it can be installed via [Composer](http://getcomposer.org/) by executing following command:
You can also install the package directly from this repository. Add the following to `composer.json`, then run `composer install`.
18
+
Or you can install SDK via [Composer](http://getcomposer.org/)directly from this repository, add the following to `composer.json`:
61
19
62
20
```
63
21
{
@@ -73,38 +31,38 @@ You can also install the package directly from this repository. Add the followin
73
31
}
74
32
```
75
33
34
+
Then run `composer install`
35
+
76
36
### Manual Installation
77
37
78
-
Clone or download this repository, then run `composer install` in the root directory to install dependencies and include `autoload.php` into your code file.
38
+
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