项目作者: aaroncox

项目描述 :
PHP Library for the Steem blockchain RPC
高级语言: PHP
项目地址: git://github.com/aaroncox/steem-php.git
创建时间: 2016-10-26T03:51:23Z
项目社区:https://github.com/aaroncox/steem-php

开源协议:MIT License

下载


steemphp

Build Status Coverage Status

Install in your project

From within your project root, run:

  1. composer require greymass/steemphp

or modify your composer.json to include:

  1. {
  2. "name": "your/project",
  3. "minimum-stability": "dev",
  4. "require": {
  5. "greymass/steemphp": "dev-master"
  6. }
  7. }

Development

  1. git clone https://github.com/greymass/steemphp.git
  2. cd steemphp
  3. composer install --dev

phpunit within the folder should execute all unit tests for this project. If you’re on OSX using entr (brew install entr), you can run the following command for live testing as you develop:

  1. find src/ tests/ | entr -c phpunit

License

This project is licensed under the MIT license.