2017 © Pedro Peláez
 

library steemphp

image

greymass/steemphp

  • Tuesday, December 13, 2016
  • by aaroncox
  • Repository
  • 7 Watchers
  • 11 Stars
  • 108 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 6 Forks
  • 1 Open issues
  • 1 Versions
  • 6 % Grown

The README.md

steemphp

Build Status Coverage Status, (*1)

Install in your project

From within your project root, run:, (*2)

composer require greymass/steemphp

or modify your composer.json to include:, (*3)

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

find src/ tests/ | entr -c phpunit

License

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

The Versions

13/12 2016

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

The Development Requires