2017 © Pedro Peláez
 

library steemphp

steem php client api

image

davidkevork/steemphp

steem php client api

  • Friday, September 8, 2017
  • by davidkevork
  • Repository
  • 11 Watchers
  • 20 Stars
  • 110 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 11 Forks
  • 0 Open issues
  • 3 Versions
  • 69 % Grown

The README.md

steemphp

Build Status Coverage Status, (*1)

Introduction

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

Install in your project

Run the command in your project folder:, (*3)

composer require davidkevork/steemphp:dev-master

Or modify your 'composer.json' to include:, (*4)

{
  "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:, (*5)

find src/ tests/ | entr -c phpunit

License

This project is licensed under the MIT license., (*6)

The Versions

08/09 2017

dev-master

9999999-dev https://github.com/davidkevork/steemphp

steem php client api

  Sources   Download

MIT

The Requires

 

The Development Requires

by David Kevork

24/07 2017

v0.2

0.2.0.0 https://github.com/davidkevork/steemphp

steem php client api

  Sources   Download

MIT

The Requires

 

The Development Requires

by David Kevork

12/07 2017

v0.1

0.1.0.0 https://github.com/davidkevork/steemphp

steem php client api

  Sources   Download

MIT

The Requires

 

The Development Requires

by David Kevork