An open API service indexing awesome lists of open source software.

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.

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)