steem-aksai / steemphp
Steem PHP 客户端 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-09-28 01:11:40 UTC
README
简介
此项目是 Steem 客户端 API,基于官方 steemit steem.js https://github.com/steemit/steem-js/
在项目中安装
在项目文件夹中运行以下命令
composer require steem-aksai/steemphp:dev-master
或者修改你的 'composer.json' 以包含
{
"name": "yourname/projectname",
"require": {
"steem-aksai/steemphp": "master"
}
}
开发
git clone https://github.com/steem-aksai/steemphp.git
cd steemphp
composer install
在文件夹内运行 phpunit
应该会执行此项目的所有单元测试。如果你在 OS X 上使用 entr (brew install entr
),你可以运行以下命令进行开发时的实时测试
find src/ tests/ | entr -c phpunit
许可证
此项目遵循 MIT 许可证。