Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 453 Bytes

README.md

File metadata and controls

27 lines (13 loc) · 453 Bytes

PHP Wrapper and Sample

This includes a PHP wrapper around the HyperVerge Documents REST API and a sample code using the wrapper.

Installing / Getting started

  • Clone this project

Prerequisites

  • php 5.6 or more

Usage

The wrapper is used in the sample code (test.php) file.

php test.php

Configuration

User should update the appId and appKey in the config.json file.

Api Reference

It uses the HyperVerge Documents API