dragos-roua / php-steem-tools
Tools to interact with the Hive blockchain.
v1.0.0
2018-06-04 11:18 UTC
Requires
- php: >=5.4
- textalk/websocket: 1.0.*
Requires (Dev)
- phpunit/phpunit: 5.2.*
This package is auto-updated.
Last update: 2025-03-12 20:51:23 UTC
README
A collection of PHP tools to interact with the Hive blockchain. PHP Hive Tools is in a very early stage.
Features
- cURL and websocket transport layers
- debug mode
- modular design
Dependencies
Websocket: "textalk/websocket": "1.0.*" (added by default to composer.json).
Installation
composer require dragos-roua/php-hive-tools
Examples
There are a few small examples in the examples
folder, I will add more as more use cases will appear.
How to contribute
Fork this, implement an awesome feature, test it and then submit a pull request.
Projects using PHP Hive Tools
Related Projects
- php Hive tools - initial release for the Steem blockchain
- steem.supply