will-bai/mt5-client-sdk-php

PHP SDK for MT5 Client

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/will-bai/mt5-client-sdk-php

v0.1.0 2020-05-28 07:36 UTC

This package is auto-updated.

Last update: 2025-10-29 02:50:39 UTC


README

使用说明

$client = (new MT5Client())->setHost('127.0.0.1')->setPort(9090)->instantiation()->open();
echo $client->Version();
$client->close();

生成依赖文件

  • 生成 php 依赖文件
./thrift-0.10.0.exe --gen php -o ./src mt5service.thrift