drupol / phpblockchain
区块链实现。
dev-master
2019-12-02 13:22 UTC
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-08-29 05:18:40 UTC
README
PhpBlockchain
描述
待办事项
文档
待办事项
要求
- PHP >= 7.1
安装
composer require drupol/phpblockchain
使用
待办事项
代码质量和测试
每次将更改引入到库中时,Travis CI 会运行测试。
库中有使用 PHPSpec 编写的测试。
请随意在 spec
目录中查看它们。运行 composer phpspec
触发测试。
使用 PHPInfection 来确保您的代码得到了适当的测试,运行 composer infection
来测试您的代码。
贡献
请随意通过发送 Github 拉取请求来为此库做出贡献。我反应相当快:-)