squishfunk / squishcoin
Implementation of blockchain cryptocurrency written in PHP
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/squishfunk/squishcoin
Requires
- phpseclib/phpseclib: ^3.0
Requires (Dev)
- phpunit/phpunit: 10
This package is auto-updated.
Last update: 2025-12-13 21:30:09 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:
- PHP 7.0 or higher
- phpseclib/phpseclib version 3.0 or higher
- tomwright/php-config
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.