13/12
2016
Wallogit.com
2017 © Pedro Peláez
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"
}
}
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
This project is licensed under the MIT license., (*5)