PHPackages                             thefox/hashcash - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. thefox/hashcash

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

thefox/hashcash
===============

Hashcash implementation in PHP.

v1.8.0(8y ago)196014[2 issues](https://github.com/TheFox/hashcash/issues)1GPL-3.0PHPPHP ^7.0CI failing

Since Apr 23Pushed 6y ago4 watchersCompare

[ Source](https://github.com/TheFox/hashcash)[ Packagist](https://packagist.org/packages/thefox/hashcash)[ Docs](https://fox21.at)[ RSS](/packages/thefox-hashcash/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (10)Dependencies (5)Versions (19)Used By (1)

Hashcash
========

[](#hashcash)

Pure PHP implementation of [Hashcash](http://hashcash.org) 1.

Project Outlines
----------------

[](#project-outlines)

The project outlines as described in my blog post about [Open Source Software Collaboration](https://blog.fox21.at/2019/02/21/open-source-software-collaboration.html).

- The main purpose of this software is to implement [Hashcash](http://hashcash.org) 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
------------

[](#installation)

The preferred method of installation is via [Packagist](https://packagist.org/packages/thefox/hashcash) and [Composer](https://getcomposer.org/). Run the following command to install the package and add it as a requirement to composer.json:

```
composer.phar require thefox/hashcash
```

Usage
-----

[](#usage)

See `examples.php` for more examples.

```
