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
|