steem-aksai / steemphp
Steem PHP Client API
v0.3.0
2020-01-14 09:29 UTC
Requires
- php: >=7.0
- bitwasp/bitcoin: v1.0.4
- fguillot/json-rpc: ^1.2
Requires (Dev)
- phpunit/phpunit: 8.5.*
This package is auto-updated.
Last update: 2024-10-28 01:24:19 UTC
README
Introduction
This Project is Steem Client Api in PHP based on the official steemit steem.js https://github.com/steemit/steem-js/
Install in your project
Run the command in your project folder:
composer require steem-aksai/steemphp:dev-master
Or modify your 'composer.json' to include:
{
"name": "yourname/projectname",
"require": {
"steem-aksai/steemphp": "master"
}
}
Development
git clone https://github.com/steem-aksai/steemphp.git
cd steemphp
composer install
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.