Quickbooks PHP DevKit
I am currently in the process of integrating my php website with the desktop version of Quickbooks. The application resides on a remote computer and will need to remain in sync with the mysql db on my server. After a great deal of research it appears my two options are: Use the PHP Devkit and the web connector to accomplish this. Manually export csv files periodically from quickbooks and parse them and insert the data into my mysql db. In regards to the first option, I can't seem to find any resources indicating that it's possible to query all items from the quickbooks db. This would be ideal