davidkevork / steemphp
steem php client api
Installs: 135
Dependents: 0
Suggesters: 0
Security: 0
Stars: 25
Watchers: 11
Forks: 13
Open Issues: 0
Requires
- php: >=5.5.9
- ezyang/htmlpurifier: ~4.8.0
- fguillot/json-rpc: ^1.2
- michelf/php-markdown: ~1.6.0
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2020-01-20 18:38:03 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 davidkevork/steemphp:dev-master
Or modify your 'composer.json' to include:
{
"name": "yourname/projectname",
"require": {
"davidkevork/steemphp": "master"
}
}
Development
git clone https://github.com/davidkevork/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.