groupcash / php
PHP implementation of groupcash algorithms
Installs: 127
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 3
pkg:composer/groupcash/php
Requires
- php: >=5.5
- mdanter/ecc: ^0.3.0
Requires (Dev)
- rtens/scrut: ^1.1
This package is not auto-updated.
Last update: 2025-10-08 00:49:41 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