davidkevork/steemphp

This package is abandoned and no longer maintained. No replacement package was suggested.

steem php client api

v0.2 2017-07-24 07:27 UTC

This package is not auto-updated.

Last update: 2020-01-20 18:38:03 UTC


README

Build Status Coverage Status

Introduction

This Project is Steem Client Api in PHP based on the official steemit steem.js https://github.com/steemit/steem-js/

Install in your project

Run the command in your project folder:

composer require davidkevork/steemphp:dev-master

Or modify your 'composer.json' to include:

{
  "name": "yourname/projectname",
  "require": {
    "davidkevork/steemphp": "master"
  }
}

Development

git clone https://github.com/davidkevork/steemphp.git
cd steemphp
composer install

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:

find src/ tests/ | entr -c phpunit

License

This project is licensed under the MIT license.