will-bai/mt4-client-sdk-php

PHP SDK for MT4 Client

Installs: 17

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 2

Open Issues: 0

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

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

This package is auto-updated.

Last update: 2025-10-29 02:09:47 UTC


README

使用说明

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

生成依赖文件

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