https://github.com/dragosroua/php-steem-tools
A collection of PHP tools to interact with the Steem blockchain.
https://github.com/dragosroua/php-steem-tools
blockchain php steem
Last synced: 5 months ago
JSON representation
A collection of PHP tools to interact with the Steem blockchain.
- Host: GitHub
- URL: https://github.com/dragosroua/php-steem-tools
- Owner: dragosroua
- License: other
- Created: 2017-09-26T18:47:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-05T16:06:01.000Z (about 6 years ago)
- Last Synced: 2025-09-09T03:18:50.422Z (9 months ago)
- Topics: blockchain, php, steem
- Language: PHP
- Size: 488 KB
- Stars: 7
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PHP HIVE Tools
=========================
A collection of PHP tools to interact with the [Hive](https://github.com/openhive-network/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
------------------------------
* [hive.supply](http://hive.supply)
Related Projects
-----------------------------
* [php Hive tools](https://github.com/dragosroua/php-steem-tools) - initial release for the Steem blockchain
* [steem.supply](https://steem.supply)