squishfunk/squishcoin

Implementation of blockchain cryptocurrency written in PHP

Maintainers

Package info

github.com/squishfunk/squishcoin

pkg:composer/squishfunk/squishcoin

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2023-11-13 16:40 UTC

This package is auto-updated.

Last update: 2026-03-13 22:03:07 UTC


README

SquishCoin is an implementation of a blockchain cryptocurrency written in PHP.

About

This project is maintained by Damian. You can contact Damian at kitlasdamian@gmail.com.

Installation

To install SquishCoin and its dependencies, use Composer. Make sure you have Composer installed and then run:

composer install

Requirements

SquishCoin has the following requirements:

Development

If you want to contribute to SquishCoin, you should also install development dependencies. You can do this by running:

composer require squishfunk/squishcoin:dev-master 

Testing

SquishCoin uses PHPUnit for testing. You can run the tests using the following command:

vendor/bin/phpunit

License

SquishCoin is released under the MIT License.