All Projects → davidkevork → steemphp

davidkevork / steemphp

Licence: MIT license
steem php client api

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to steemphp

steem-python
A Python library/toolkit for the Steem blockchain
Stars: ✭ 18 (-28%)
Mutual labels:  steemit
Steem
The blockchain for Smart Media Tokens (SMTs) and decentralized applications.
Stars: ✭ 1,915 (+7560%)
Mutual labels:  steemit
steemprojects.com
Steem Projects is a directory of apps, sites and tools build by Steem community
Stars: ✭ 27 (+8%)
Mutual labels:  steemit
rn instagram clone
React Native Instagram UI Clone & Steemit App
Stars: ✭ 70 (+180%)
Mutual labels:  steemit
steem-bot
Easy automation on top of Steem blockchain
Stars: ✭ 55 (+120%)
Mutual labels:  steemit
steem-wise-core
Vote delegation system for STEEM blockchain: core library for nodejs & browser use
Stars: ✭ 17 (-32%)
Mutual labels:  steem-blockchain
alpha-web
1Ramp Alpha Web App
Stars: ✭ 19 (-24%)
Mutual labels:  steem-blockchain
finallycomments
Add Steem Comments To Any Website/Blog
Stars: ✭ 15 (-40%)
Mutual labels:  steem-blockchain

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].