zinntikumugai/multi-exchange-api2

Installs: 12

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 1

pkg:composer/zinntikumugai/multi-exchange-api2

v1.0.1 2018-03-19 10:01 UTC

This package is not auto-updated.

Last update: 2025-09-28 11:14:09 UTC


README

Support Exchange

\MEAPI2\Model\***

Exchange ClassName
Zaif zaif
C-CEX ccex

How to use

install

composer require zinntikumugai/multi-exchange-api2

use

var_dump(
    mpyw\Co\Co::wait([
        \MEAPI2\Model\zaif::pair()
    ])
);