ksakharov/crypto-currency-converter

此软件包最新版本(dev-master)的许可证信息不可用。

测试描述

dev-master 2022-11-10 20:03 UTC

This package is not auto-updated.

Last update: 2024-09-28 02:57:01 UTC


README

控制台命令

  • php console.php convert btc-bitcoin eth-ethereum 1
  • php console.php get_coin btc-bitcoin
  • php console.php get_coins 3

API 方法

  • GET | /api/get_coins | 参数:limit(int)
  • POST | /api/get_coin | 参数:id(string)
  • GET | /api/convert_coin | 参数:from(string), to(string), amount(int)

Web 客户端

  • /

所有路由设置在 .htaccess 中

AddDefaultCharset UTF-8
RewriteEngine on
RewriteCond %{REQUEST_URI} ^/api
RewriteRule (.*) api/index.php [QSA,L]
RewriteRule !index\.php$ webclient/index.php [L]

客户端有 2 个日志记录器

  • 控制台
  • 文件