drupol/phpblockchain
A blockchain implementation.
Maintainers
Fund package maintenance!
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
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT b44539e014d5d827200dcc7ff9b1f30c73d54930
- Pol Dellaiera <pol.dellaiera.woop@protonmail.com>
This package is auto-updated.
Last update: 2026-06-29 01:42:46 UTC
README
👁 Latest Stable Version
👁 GitHub stars
👁 Total Downloads
👁 GitHub Workflow Status
👁 Scrutinizer code quality
👁 Code Coverage
👁 Mutation testing badge
👁 Read the Docs
👁 License
👁 Say Thanks!
👁 Donate!
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 :-)
