Skip to content

Implementation of the Zulutrade APIs (Forex & Binary Options) for the client side

Notifications You must be signed in to change notification settings

MrTimber/ZuluAPIs

Repository files navigation

ZuluAPIs

Implementation of the Zulutrade APIs (Forex & Binary Options) for the client side

A forex trader account is needed to use the forex API functions, and a binary options trader account is needed to use the binary options API functions.

There is a index.php.ori file in the root folder. Copy it to index.php, and put your login and password informations inside at this place :

$zuluForexClient = new ZuluForexClient('forex_trader_account_login', 'forex_trader_account_password');
$zuluBOsClient = new ZuluBOsClient('binary_options_trader_account_login', 'binary_options_trader_password');

The .gitignore file is setted to Git ignore the index.php file, so your login and password informations won't be be added to your commits.

Note : This implementation of a REST API use Guzzle for requests management.

About

Implementation of the Zulutrade APIs (Forex & Binary Options) for the client side

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published