andrey-mashukov / blockinfo
Tools for get block information
1.0
2018-05-16 09:24 UTC
Requires
- php: >=7
- ext-json: *
- agentzilla/http: ^0.1
Requires (Dev)
- logics/codesniffer: ^0.1||dev-trunk
- logics/extcheck: ^0.1||dev-trunk
- logics/phpunit-extensions: ^0.2||dev-trunk
- mamuz/php-dependency-analysis: ^0.6
- pdepend/pdepend: ^2.2
- phpdocumentor/phpdocumentor: ^2.9
- phploc/phploc: ^2.1
- phpmd/phpmd: ^2.4
- phpunit/phpunit: ^5.2
- sebastian/phpcpd: ^2.0
This package is auto-updated.
Last update: 2024-11-13 11:00:38 UTC
README
This package provide ability to get last blocks information from crypto currencies blockchain
Instalation
For require package to your project use CLI command: composer require andrey-mashukov/blockinfo
Supported crypto currencies:
- Dash
- Bitcoin
- Llitecoin
- Ethereum
- Ethereum Classic
- Zcash
- Monero
- Bitcoin Cash
And other, see https://whattomine.com/
How to use?
Please see tests dir, all code covered by PHPUnit tests