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-editor-cloud/groupdocs-editor-cloud-php/blob/master/LICENSE)
1
+
# GroupDocs.Editor Cloud SDK for PHP
2
+
This repository contains GroupDocs.Editor Cloud SDK for PHP source code. This SDK allows you to work with GroupDocs.Editor Cloud REST APIs in your PHP applications.
2
3
3
-
# PHP SDK to Document Editor REST API
4
+
GroupDocs.Editor Cloud allows you to edit documents across wide range of supported document types:
5
+
* Microsoft Word documents - DOC, DOCX, DOCM, DOT, DOTM, DOTX, RTF, FlatOpc, WordML, TXT;
* Open Document formats - ODT, OTT, ODS, ODP, OTP;
9
+
* Markup - HTML, MHTML, XML.
10
+
## Dependencies
11
+
- PHP 5.5 or later
4
12
5
-
[GroupDocs.Editor Cloud SDK for PHP](https://products.groupdocs.cloud/editor/php) wraps GroupDocs.Editor RESTful API so you may integrate Document Editing features in your own apps with zero initial cost.
13
+
## Authorization
14
+
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
15
7
-
GroupDocs.Editor Cloud API allows the developers to edit most popular document formats using front-end WYSIWYG editors - without needing the applications like OpenOffice or Microsoft Office. Just load documents via GroupDocs.Editor into any WYSIWYG editor, edit document in a way you want and save it back to original document format.
16
+
## Installation & Usage
17
+
### Composer
8
18
9
-
## Document Editing in the Cloud
10
-
11
-
GroupDocs.Editor Cloud provides a set of options to customize the editing process dependending on the document type.
12
-
13
-
-**Word Processing:** Edit document in a flow or paged mode, consider language information for multi-language document editing, manage font extraction to provide the same document editing and appearance behavior in different environments.
14
-
-**Spreadsheets:** Supports multi-tabbed spreadsheet editing with the ability to specify the index of the currently edited worksheet.
15
-
-**Comma-Separated & Tab-Separated Values:** Specify separator, flexible numeric and dates conversion, memory usage optimization for large files.
16
-
-**Markup:** Fix incorrect document structure, URI & e-mail address recognition, highlight and formatting options.
17
-
18
-
### Document Information Extraction
19
-
20
-
GroupDocs.Editor Cloud also provides the ability to extract basic information about the edited document.
21
-
22
-
- Document type
23
-
- Document size
24
-
- Pages count
25
-
26
-
Check out the [Developer's Guide](https://docs.groupdocs.cloud/editor/developer-guide/) to know more about GroupDocs.Editor REST API.
## Get Started with GroupDocs.Editor Cloud SDK for PHP
41
-
42
-
First create an account at [GroupDocs for Cloud](https://dashboard.groupdocs.cloud/) and get your application information. Next, follow the installation steps as given below.
43
-
44
-
### Installation via Composer
45
-
46
-
The package is available at [Packagist](https://packagist.org/) and can be installed via [Composer](http://getcomposer.org/) by executing the following command.
19
+
The package is available at [Packagist](https://packagist.org/) and it can be installed via [Composer](http://getcomposer.org/) by executing following command:
Alternatively, add the following to `composer.json` to install SDK via [Composer](http://getcomposer.org/) directly from this repository.
24
+
Or you can install SDK via [Composer](http://getcomposer.org/) directly from this repository, add the following to `composer.json`:
52
25
53
26
```
54
27
{
@@ -68,78 +41,59 @@ Then run `composer install`
68
41
69
42
### Manual Installation
70
43
71
-
Clone or download this repository, then run `composer install` in the root directory to install dependencies and include `autoload.php` into your code file.
44
+
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