drupol / phpblockchain
A blockchain implementation.
Fund package maintenance!
drupol
Requires
- php: >= 7.1.3
- ext-hash: *
- ext-json: *
- drupol/phpmerkle: ^2.2
Requires (Dev)
- drupol/php-conventions: ^1
- friends-of-phpspec/phpspec-code-coverage: ^4.3.2
- infection/infection: ^0.11. || ^0.12.2 || ^0.13.6 || ^0.14.4 || ^0.15.0
- jakub-onderka/php-parallel-lint: ^1.0
- phpspec/phpspec: ^5.1.2 || ^6.1 || ^7
- phpstan/phpstan: ^0.11.19
- phpunit/php-code-coverage: ^6.1.4 || ^7
This package is auto-updated.
Last update: 2024-10-29 05:47:38 UTC
README
PhpBlockchain
Description
TODO
Documentation
TODO
Requirements
- PHP >= 7.1
Installation
composer require drupol/phpblockchain
Usage
TODO
Code quality and tests
Every time changes are introduced into the library, Travis CI run the tests.
The library has tests written with PHPSpec.
Feel free to check them out in the spec
directory. Run composer phpspec
to trigger the tests.
PHPInfection is used to ensure that your code is properly tested, run composer infection
to test your code.
Contributing
Feel free to contribute to this library by sending Github pull requests. I'm quite reactive :-)