Skip to content
This repository has been archived by the owner on Jun 18, 2018. It is now read-only.

davidkevork/steemphp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

steemphp

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.