1 Star 0 Fork 38

温馨 / exchanges-php

forked from lin / exchanges-php 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
zhouaini528 提交于 2021-10-12 18:16 . add ftx
{
"name": "linwj/exchanges",
"type": "library",
"description": "This is a virtual currency SDK that brings together multiple exchanges",
"license": "MIT",
"keywords": ["exchange","bitmex", "binance", "okex", "huobi","kucoin","kumex","coinbase","mxc","zb","bitfinex","bittrex","kraken","gate","bigone","crex24","bybit","coinbene","bitget","poloniex","coinex","ftx"],
"authors": [
{
"name": "linwenjun",
"email": "465382251@qq.com"
}
],
"autoload": {
"psr-4": {
"Lin\\Exchange\\": "./src/"
}
},
"require": {
"php": ">=7.0",
"linwj/bitmex":"*",
"linwj/okex":"*",
"linwj/huobi":"*",
"linwj/binance":"*",
"linwj/kucoin":"*",
"linwj/coinbase":"*",
"linwj/mxc":"*",
"linwj/zb":"*",
"linwj/bitfinex":"*",
"linwj/bittrex":"*",
"linwj/kraken":"*",
"linwj/gate":"*",
"linwj/bigone":"*",
"linwj/crex24":"*",
"linwj/bybit":"*",
"linwj/coinbene":"*",
"linwj/bitget":"*",
"linwj/poloniex":"*",
"linwj/coinex":"*",
"linwj/ftx":"*"
}
}
PHP
1
https://gitee.com/ranran1997/exchanges-php.git
git@gitee.com:ranran1997/exchanges-php.git
ranran1997
exchanges-php
exchanges-php
master

搜索帮助