Skip to content

jibolso/contract

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

contract

A signable contract that lives in a single .php file

  • Host it on your own domain
  • Can only be singed once
  • Comes with "Print" and "Download as PDF" buttons

View demo, test signature functionality.


Generate a new contract online or get the concatenated code from contract.php in this repo.

Upload the contract.php file to your server and send a link to your client. (You should rename this file to something harder to guess.)

Once they have signed, this PHP file will delete itself and leave behind an HTML version of the signed contract that can be printed or downloaded as a PDF. (Same name, but .html instead of .php extension.)

For an overview of the files and folders in this repo see: Wiki / What's in each file

MIT License

About

A signable contract that lives in a single .php file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 84.5%
  • CSS 10.0%
  • JavaScript 5.1%
  • Other 0.4%