{
    "name": "linwj/binance",
    "type": "library",
    "description": "Binance API Like the official document interface, Support for arbitrary extension.",
    "license": "MIT",
    "keywords": ["bitmex", "binance", "okex", "huobi","kucoin","kumex"],
    "authors": [
        {
            "name": "linwenjun",
            "email": "465382251@qq.com"
        }
    ],
    "autoload": {
        "psr-4": {
            "Lin\\Binance\\": "./src/"
        }
    },
    "require": {
        "php": ">=7.0",
        "guzzlehttp/guzzle": "*",
        "workerman/workerman": "*",
        "workerman/globaldata": "*"
    }
}
