ksakharov/crypto-currency-converter
Composer 安装命令:
composer require ksakharov/crypto-currency-converter
包简介
Test description
README 文档
README
Console Commands:
- php console.php convert btc-bitcoin eth-ethereum 1
- php console.php get_coin btc-bitcoin
- php console.php get_coins 3
Api Methods:
- GET | /api/get_coins | params: limit(int)
- POST | /api/get_coin | params: id(string)
- GET | /api/convert_coin | params: from(string), to(string), amount(int)
Web Client:
- /
All routes setting in .htaccess
AddDefaultCharset UTF-8
RewriteEngine on
RewriteCond %{REQUEST_URI} ^/api
RewriteRule (.*) api/index.php [QSA,L]
RewriteRule !index\.php$ webclient/index.php [L]
Client has 2 logger
- Console
- File
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2022-11-10