2017 © Pedro Peláez
 

library hashcash

Hashcash implementation in PHP.

image

thefox/hashcash

Hashcash implementation in PHP.

  • Saturday, December 23, 2017
  • by TheFox
  • Repository
  • 4 Watchers
  • 14 Stars
  • 403 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 19 Versions
  • 3 % Grown

The README.md

Hashcash

Pure PHP implementation of Hashcash 1., (*1)

Project Outlines

The project outlines as described in my blog post about Open Source Software Collaboration., (*2)

  • The main purpose of this software is to implement Hashcash using pure PHP.
  • The features should not go beyond the features and functions the original implementation of Hashcash is providing. So the feature-set is kind of restricted what could be possible in the future. But still, feel free to request features.

Installation

The preferred method of installation is via Packagist and Composer. Run the following command to install the package and add it as a requirement to composer.json:, (*3)

composer.phar require thefox/hashcash

Usage

See examples.php for more examples., (*4)

<?php
require 'vendor/autoload.php';
use TheFox\Pow\Hashcash;
$stamp = Hashcash::newInstance(20, 'example@example.com')->mint();
print "hashcash stamp: '".$stamp."'\n";
?>

Alternative Usage

<?php
require 'vendor/autoload.php';
use TheFox\Pow\Hashcash;
$hashcash = new Hashcash(20, 'example@example.com');
print "hashcash stamp: '".$hashcash->mint()."'\n";
?>

The Versions

23/12 2017

dev-master

9999999-dev https://fox21.at

Hashcash implementation in PHP.

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

hash sha1 work cash hashcash proof-of-work proofofwork pow proof

15/06 2017

v1.8.0

1.8.0.0 https://fox21.at

Hashcash implementation in PHP.

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

hash sha1 work cash hashcash proof-of-work proofofwork pow proof

09/06 2017

v1.7.0

1.7.0.0 https://fox21.at

Hashcash implementation in PHP.

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

hash sha1 work cash hashcash proof-of-work proofofwork pow proof

04/09 2016

v1.6.0

1.6.0.0 https://fox21.at

Hashcash implementation in PHP.

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

hash sha1 work cash hashcash proof-of-work proofofwork pow proof

18/02 2015

v1.5.5

1.5.5.0 http://fox21.at

Hashcash implementation in PHP.

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

hash sha1 work cash hashcash proof-of-work proofofwork pow proof

19/11 2014

v1.5.4

1.5.4.0 http://fox21.at

Hashcash implementation in PHP.

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

hash sha1 work cash hashcash proof-of-work proofofwork pow proof

19/11 2014

v1.5.3

1.5.3.0 http://fox21.at

Hashcash implementation in PHP.

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

hash sha1 work cash hashcash proof-of-work proofofwork pow proof

14/10 2014

v1.5.2

1.5.2.0 http://fox21.at

Hashcash implementation in PHP.

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

hash sha1 work cash hashcash proof-of-work proofofwork pow proof

05/08 2014

v1.5.1

1.5.1.0 http://fox21.at

Hashcash implementation in PHP.

  Sources   Download

GPLv3

The Requires

 

The Development Requires

hash sha1 work cash hashcash proof-of-work proofofwork pow proof

04/08 2014

v1.5.0

1.5.0.0 http://fox21.at

Hashcash implementation in PHP.

  Sources   Download

GPLv3

The Requires

 

The Development Requires

hash sha1 work cash hashcash proof-of-work proofofwork pow proof

02/06 2014

v1.4.1

1.4.1.0 http://fox21.at

Hashcash implementation in PHP.

  Sources   Download

GPLv3

The Requires

 

The Development Requires

hash sha1 work cash hashcash proof-of-work proofofwork pow proof

15/05 2014

v1.4.0

1.4.0.0 http://fox21.at

Hashcash implementation in PHP.

  Sources   Download

GPLv3

The Requires

 

The Development Requires

hash sha1 work cash hashcash proof-of-work proofofwork pow proof

07/05 2014

v1.3.0

1.3.0.0 http://fox21.at

Hashcash implementation in PHP.

  Sources   Download

GPLv3

The Requires

 

The Development Requires

hash sha1 cash hashcash

01/05 2014

v1.2.0

1.2.0.0 http://fox21.at

Hashcash implementation in PHP.

  Sources   Download

GPLv3

The Requires

 

The Development Requires

hash sha1 cash hashcash

28/04 2014

v1.1.0

1.1.0.0 http://fox21.at

Hashcash implementation in PHP

  Sources   Download

GPLv3

The Development Requires

hash sha1 cash hashcash

25/04 2014

v1.0.3

1.0.3.0 http://fox21.at

Hashcash implementation in PHP

  Sources   Download

GPLv3

The Development Requires

hash sha1 cash hashcash

25/04 2014

v1.0.2

1.0.2.0 http://fox21.at

Hashcash implementation in PHP

  Sources   Download

GPLv3

The Development Requires

hash sha1 cash hashcash

25/04 2014

v1.0.1

1.0.1.0 http://fox21.at

Hashcash implementation in PHP

  Sources   Download

GPLv3

The Development Requires

hash sha1 cash hashcash

23/04 2014

v1.0.0

1.0.0.0

  Sources   Download

GPLv3

The Development Requires