greymass/steemphp

dev-master 2016-12-13 04:25 UTC

This package is not auto-updated.

Last update: 2024-04-13 17:51:56 UTC


README

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.