insidenothing / php-opentimestamps

PHP Implementation of OpenTimestamps Calendar Client

Home Page:https://www.legaltimestamp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

php-opentimestamps

This is an attempt of a php port of https://github.com/opentimestamps/javascript-opentimestamps

Install

Dockerfile

RUN mkdir /var/www/opentimestamps
RUN cd /var/www/opentimestamps; git clone --recursive https://github.com/insidenothing/php-opentimestamps.git

Command Line

From code

Stamp

Create timestamp of a file with the aid of a remote calendar.

include_once('/var/www/opentimestamps/php-opentimestamps/required.php');
$instance = new OtsClass();
$instance->stamp();

Development Systems

About

PHP Implementation of OpenTimestamps Calendar Client

https://www.legaltimestamp.com

License:Other


Languages

Language:PHP 100.0%