Logo
Home

Tag: PHP

  • PHP: Facade support for Create operations

    PHP: Facade support for Create operations

    Before our PHP SDK for QuickBooks Online v3.0.1 release, creating and updating Invoices could be a painful job for developers. We have written numerous examples for our PHP developers regarding to how to create an Invoice, create a Bill, or other API endpoints. For the new 3.1.0 release, we provide façade support for these entities.

  • New Version of PHP SDK for QuickBooks Online Available

    New Version of PHP SDK for QuickBooks Online Available

    We’ve updated the PHP SDK for QuickBooks Online. Read on for the details.

  • Updated Java, PHP, .NET SDKs for QuickBooks Online Now Available

    Updated Java, PHP, .NET SDKs for QuickBooks Online Now Available

    We are excited to announce the availability of updated Java, PHP, and .NET SDKs for QuickBooks. This version of the SDKs includes the addition of new operations, new entities, minor versions, and bug fixes.

  • PHP SDK v2.1 for QuickBooks Online Now Available

    Today we are happy to announce the availability of v2.1 of the PHP SDK for QuickBooks. This version of the SDK includes addition of several new entities as well as bug fixes. Accounting Look for these improvements: TaxService entity added. Provides ability to create TaxCode and TaxRate objects. Capability to Email Invoice, Estimate and SalesReceipt […]

  • Customer Account Data – PHP Example

    Last week I posted: QuickBooks OAuth – PHP Example which featured code and a pre-constructed environment for you to quickly run the example. Today, I am posting a similar example for the Customer Account Data (CAD) API. This example is even better than the last one, as you can simply click run.  It uses my set of […]