2017 © Pedro Peláez
 

library annotation-sdk-php

This repository contains GroupDocs.Annotation for Cloud SDK for PHP source code.

image

groupdocscloud/annotation-sdk-php

This repository contains GroupDocs.Annotation for Cloud SDK for PHP source code.

  • Tuesday, May 22, 2018
  • by groupdocscloud
  • Repository
  • 5 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

GroupDocs.Annotation Cloud SDK for PHP

This repository contains GroupDocs.Annotation Cloud SDK for PHP source code. This SDK allows you to work with GroupDocs.Annotation Cloud REST APIs in your PHP applications., (*1)

Dependencies

  • PHP 5.5 or later

Authorization

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)., (*2)

Installation & Usage

Composer

The package is available at Packagist and it can be installed via Composer by executing following command:, (*3)

composer require groupdocscloud/groupdocs-annotation-cloud

Or you can install SDK via Composer directly from this repository, add the following to composer.json:, (*4)

{
  "repositories": [
    {
      "type": "git",
      "url": "https://github.com/groupdocs-annotation-cloud/groupdocs-annotation-cloud-php.git"
    }
  ],
  "require": {
    "groupdocscloud/groupdocs-annotation-cloud": "*"
  }
}

Then run composer install, (*5)

Manual Installation

Clone or download this repository, then run composer install in the root directory to install dependencies and include autoload.php into your code file:, (*6)

require_once('/path/to/groupdocs-annotation-cloud-php/vendor/autoload.php');

Tests

To run the unit tests set your AppSID and AppKey in json.config and execute following commands:, (*7)

php composer.phar install
./vendor/bin/phpunit

Getting Started

Please follow the installation procedure and then run the following:, (*8)

setAppSid("XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX");
$configuration->setAppKey("XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX");

$infoApi = new GroupDocs\Annotation\InfoApi($configuration); 

try {
    $response = $infoApi->getSupportedFileFormats();

    foreach ($response->getFormats() as $key => $format) {
        echo $format->getFileFormat() . " - " .  $format->getExtension(), "\n";
    }
} catch (Exception $e) {
    echo  "Something went wrong: ",  $e->getMessage(), "\n";
    PHP_EOL;
}

?>

Licensing

GroupDocs.Annotation Cloud SDK for PHP is licensed under MIT License., (*9)

Resources

+Website +Product Home +Documentation +Free Support Forum +Blog, (*10)

Contact Us

Your feedback is very important to us. Please feel free to contact us using our Support Forums., (*11)

The Versions

22/05 2018

dev-master

9999999-dev https://github.com/groupdocs-annotation-cloud/groupdocs-annotation-cloud-php

This repository contains GroupDocs.Annotation for Cloud SDK for PHP source code.

  Sources   Download

MIT

The Requires

 

The Development Requires

api php cloud sdk annotation groupdocs

03/05 2018

18.4

18.4.0.0 https://github.com/groupdocs-annotation-cloud/groupdocs-annotation-cloud-php

This repository contains GroupDocs.Annotation for Cloud SDK for PHP source code.

  Sources   Download

MIT

The Requires

 

The Development Requires

api php cloud sdk annotation groupdocs