PHP implementation of groupcash algorithms

Maintainers

Package info

github.com/groupcash/php

pkg:composer/groupcash/php

Statistics

Installs: 127

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 3

dev-master 2016-09-23 12:57 UTC

This package is not auto-updated.

Last update: 2026-02-25 02:36:05 UTC


README

Implementation of the groupcash design in PHP.

Usage

To use the library in your own projects, require it with composer

composer require groupcash/php

For development, download it with composer and execute the specification with scrut

composer create-project groupcash/php groupcash-php -sdev
cd groupcash-php
vendor/bin/scrut

License

The groupcash PHP implementation is released under the MIT License