This class allows the integration of PHP applications with QuickBooks Pro, Premier and Enterprise accounting system through a SOAP to COM bridge supplied with the QBSDK.
The class is a wrapper around the PHP 5 SOAP client class and is used to send QBXML requests and receive QBXML responses. Users of PHP4 may adapt using the NuSOAP package with similar results.
The example code can be used in CLI mode or as part of a http process. It uses https (SSL) to connect with QBRDS server, so it must use PHP 5 with SOAP and SSL extensions enabled. |