Looking to connect my online shopping cart to my Quickbooks Online Plus account. I am looking for some sort of PHP Wrapper for doing this, if possible. I have searched the internet and found nothing recent. All posts/questions/answers date back to 2010 at best, and none of the answers seem to work.
Does anyone know where I can find the current documentation, a php wrapper, or a customer service number for this?
Thanks in advance.
I'm the author of the QuickBooks PHP DevKit that Narcissus mentioned.
I'm not exactly sure where you guys are looking that you're seeing the latest posts in 2010, but... I post regularly in two places: ConsoliBYTE forums (our company forums) Intuit Developer Forums (I'm Keith57- you'll see a lot of posts from me)
The latest SVN commits to the PHP DevKit were made yesterday (November 1st), so the project is still very much maintained, updated, and recent. There are posts on the forums from within the last few days too.
The PHP DevKit provides PHP APIs for:
And offers two flavors, depending on what you're building:
It's usually pretty easy to use- there are docs in the docs/ folder of the library, and if you get stuck you can ask for help on the forums.
The code is fully open-source- you can download nightly builds, releases, or get subversion access if you sign up for an account at code.intuit.com.
You mentioned that you're integrating a shopping cart, so I'll also mention this- we provide connectors for many common shopping carts already built (QuickBooks Connector for OpenCart, Infusionsoft, WHMCS, FoxyCart, and more!)- you sign up with us, plug in some values, and poof orders from your shopping cart flow automatically into QuickBooks.
We also offer commercial support/consulting if you get really stuck and don't want to wait for an answer on the forums.
5: