corbel, it's very good to see another PHPer in the forum!
Actually, I figured out how to intergrate TD Ameritrade's API with PHP some months ago. The problem is that they have the highest commissions of any brokerage that offers an API.
The "holy grail" would be to get PHP to integrate with a deep discount brokerage without the use of any Java or C++ application in between.
Brokerages such as Interactive Brokers or Just2Trade (http://www.just2trade.com/trading_tools/api) have much more forgiving commissions.
The key is figuring out how to use the PHP socket functions (http://php.net/manual/en/book.sockets.php) to work with the APIs.
I'd be interested in working with you to figure it out.
Actually, I figured out how to intergrate TD Ameritrade's API with PHP some months ago. The problem is that they have the highest commissions of any brokerage that offers an API.
The "holy grail" would be to get PHP to integrate with a deep discount brokerage without the use of any Java or C++ application in between.
Brokerages such as Interactive Brokers or Just2Trade (http://www.just2trade.com/trading_tools/api) have much more forgiving commissions.
The key is figuring out how to use the PHP socket functions (http://php.net/manual/en/book.sockets.php) to work with the APIs.
I'd be interested in working with you to figure it out.