PHP Classes

File: manual.txt

Recommend this page to a friend!
  Classes of Dave Smith   everSign PHP Document Signing   manual.txt   Download  
File: manual.txt
Role: Documentation
Content type: text/plain
Description: Usage Documentation
Class: everSign PHP Document Signing
Digital signature of PDF documents with everSign
Author: By
Last change:
Date: 6 years ago
Size: 1,010 bytes
 

Contents

Class file image Download
Class: everSign Version: 1.0 4/26/2017 Copyright 2015 Wagon Trader, All Rights Reserved Description: This class wraps the API for the everSign legal document SAAS. Files: eversign.class.php - Main class Installation: Upload files to a web accessible location on your server (eg. public_html) Configuration: You must have already set up an everSign member account at https://eversign.com/ to get an API key and business ID. Specify your unique API key and business ID in the eversign.class.php file. Usage: You should familiarize yourself with the everSign service at https://eversign.com/help and the eversign API at https://eversign.com/api/documentation Include the class into your source file... include('eversign.class.php'); Instantiate the class using $obj = new everSign([bool secure]); $eSign = new everSign(true); The methods available and thier usage instructions are included in the main class file. Changelog 1.0 Initial release