forked from bcash/swig-php-interactive-brokers
-
Notifications
You must be signed in to change notification settings - Fork 0
adiv-phpian/swig-php-interactive-brokers
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Interactive Brokers API PHP Wrapper using SWIG REQUIREMENTS CMAKE 2.8 BASH (Tested with 4.2) GCC (Tested with 4.6) INSTALLATION Before running cmake its necessary to execute the download script in the scripts directory. The script will download the InteractiveBrokersAPI from the Interactive Brokers website. $sh download.sh <APIversion> As of this writing the current version is 966. $cmake . $make The above commands will create the library. The next step is to copy the library to the php modules directory and enable the extension in php.ini. To test if everything went well start the TWS application and run the connect test.
About
Interactive Brokers API PHP Wrapper using SWIG
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 61.4%
- PHP 32.0%
- CMake 4.2%
- Shell 2.4%