franjsco/crypto-fear-greed-index
Composer 安装命令:
composer require franjsco/crypto-fear-greed-index
包简介
A PHP package to fetch Bitcoin Crypto Fear and Greed Index data from alternative.me
README 文档
README
A PHP package to fetch Bitcoin Crypto Fear and Greed Index data from alternative.me
Requirements
- PHP >= 7.2
- ext-json
Installation
composer require franjsco/crypto-fear-greed-index
Example
use Franjsco\CryptoFearGreedIndex\Client; $client = new Client(); $data = $client->getData();
Data example:
[ "value" => "20", "value_classification" => "Extreme Fear", "timestamp" => "1632960000", "time_until_update" => "28139", ]
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: AGPL-3.0-or-later
- 更新时间: 2021-09-30