All Projects → aaroncox → steem-php

aaroncox / steem-php

Licence: MIT License
PHP Library for the Steem blockchain RPC

Programming Languages

PHP
23972 projects - #3 most used programming language

Labels

Projects that are alternatives of or similar to steem-php

Utopian.io
Utopian.io Frontend - Utopian wants to reward open-source contributors!
Stars: ✭ 101 (+676.92%)
Mutual labels:  steem
steem-python
A Python library/toolkit for the Steem blockchain
Stars: ✭ 18 (+38.46%)
Mutual labels:  steem
DTrip
DTrip - Traveler's app on STEEM blockchain.
Stars: ✭ 18 (+38.46%)
Mutual labels:  steem
Vessel
Desktop wallet for the Hive blockchain
Stars: ✭ 116 (+792.31%)
Mutual labels:  steem
glasnost
Glasnost is a GraphQL app server for Golos/Steem
Stars: ✭ 23 (+76.92%)
Mutual labels:  steem
finallycomments
Add Steem Comments To Any Website/Blog
Stars: ✭ 15 (+15.38%)
Mutual labels:  steem
Steem Java Api Wrapper
An API Wrapper for Steem written in Java
Stars: ✭ 70 (+438.46%)
Mutual labels:  steem
esteem
eSteem Mobile - Application for Android and iOS users, start earning cryptocurrency!
Stars: ✭ 88 (+576.92%)
Mutual labels:  steem
esteem-desktop
eSteem Desktop - Application to get paid for blogging, curating and more...
Stars: ✭ 15 (+15.38%)
Mutual labels:  steem
steemprojects.com
Steem Projects is a directory of apps, sites and tools build by Steem community
Stars: ✭ 27 (+107.69%)
Mutual labels:  steem
Steem
The blockchain for Smart Media Tokens (SMTs) and decentralized applications.
Stars: ✭ 1,915 (+14630.77%)
Mutual labels:  steem
Steemconnect
Signer app for Steem
Stars: ✭ 167 (+1184.62%)
Mutual labels:  steem
steem-bot
Easy automation on top of Steem blockchain
Stars: ✭ 55 (+323.08%)
Mutual labels:  steem
Devportal
Steem Platform Developer Documentation.
Stars: ✭ 114 (+776.92%)
Mutual labels:  steem
steemsnippets
A collection of snippets for steem programming
Stars: ✭ 44 (+238.46%)
Mutual labels:  steem
Steem Fossbot Voter
A curation bot built for the Steemit social media platform, decides which posts to vote for and casts vote on behalf of a registered user
Stars: ✭ 92 (+607.69%)
Mutual labels:  steem
exxp
A plugin to bring wordpress and hive together.
Stars: ✭ 30 (+130.77%)
Mutual labels:  steem
Ditch
Create and broadcast transactions to Graphene-based blockchains
Stars: ✭ 32 (+146.15%)
Mutual labels:  steem
steem-wise-core
Vote delegation system for STEEM blockchain: core library for nodejs & browser use
Stars: ✭ 17 (+30.77%)
Mutual labels:  steem
alpha-web
1Ramp Alpha Web App
Stars: ✭ 19 (+46.15%)
Mutual labels:  steem

steemphp

Build Status Coverage Status

Install in your project

From within your project root, run:

composer require greymass/steemphp

or modify your composer.json to include:

{
  "name": "your/project",
  "minimum-stability": "dev",
  "require": {
    "greymass/steemphp": "dev-master"
  }
}

Development

git clone https://github.com/greymass/steemphp.git
cd steemphp
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:

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].