Skip to content

aaroncox/steem-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

PHP Library for the Steem blockchain RPC

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages