Zoho Office Integrator PHP SDK used to help you quickly integrator Zoho Office Integrator editors in side your web application. This repository will example code to integrate Zoho Office Integrator using PHP SDK.
-
Clone this repository in your local machine.
git clone https://github.com/iampraba/zoi-php-sdk-examples
-
Install Office Integrator PHP SDK and other dependencies
-
Navigate to the folder zoi-php-sdk-examples
cd zoi-php-sdk-examples
-
Run the command below. This command will install office integrator php sdk and it's dependencies.
composer install
-
-
Now go to any of the folder document-apis
cd document-apis
-
Run any of the example files in those folders.
php CreateDocument.php
-
You can make the changes in any of the example code and test if your changes get reflected in the output.
-
Check the documentation page for all possible customizations.
This SDK is distributed under the Apache License, Version 2.0, see LICENSE.txt for more information.