everSign PHP Document Signing: Digital signature of PDF documents with everSign

Recommend this page to a friend!
  Info   View files Documentation   View files View files (3)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog (2)    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 368 This week: 1All time: 6,722 This week: 341Up
Version License PHP version Categories
eversign 1.0.0GNU General Publi...5PHP 5, Content management, Web services
Description Author

This class can manage the digital signature of PDF documents with everSign.

It can send HTTP requests to the everSign API Web server to manage the signature of documents.

The class can send requests to upload documents in most standard formats and add required signers for the document.

It can also serve a signed PDF document for display in a Web page.

Recommendations

I need a PHP class for capturing a pdf signature
Capture user signature and insert into existing PDF document

Innovation Award
PHP Programming Innovation award winner
April 2017
Winner
Many Web sites need their users to sign contracts to become legally valid. Therefore it is necessary to take the users signature.

everSign is a service that can take the users signature and apply it to the documents like contracts and others.

This class can perform several operations with documents to be signed using the everSign service using its API.

Manuel Lemos
Picture of Dave Smith
  Performance   Level  
Name: Dave Smith <contact>
Classes: 50 packages by
Country: United States United States
Innovation award
Innovation award
Nominee: 31x

Winner: 7x

Details
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
  Files folder image Files  
File Role Description
Plain text file eversign.class.php Class Main Class
Accessible without login Plain text file license.txt Lic. License
Accessible without login Plain text file manual.txt Doc. Usage Documentation

 Version Control Unique User Downloads Download Rankings  
 0%
Total:368
This week:1
All time:6,722
This week:341Up

For more information send a message to info at phpclasses dot org.