PHPackages                             felconca/qbo-helpers - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. felconca/qbo-helpers

ActiveLibrary

felconca/qbo-helpers
====================

QuickBooks Online PHP helper package

v1.2(3mo ago)012↓100%MITPHPPHP &gt;=5.6

Since Nov 11Pushed 3mo agoCompare

[ Source](https://github.com/felconca/qbo-helpers-php)[ Packagist](https://packagist.org/packages/felconca/qbo-helpers)[ RSS](/packages/felconca-qbo-helpers/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

QBO Helpers
===========

[](#qbo-helpers)

**QuickBooks Online PHP Helper Package**

A lightweight PHP library that provides an easy-to-use interface for interacting with the QuickBooks Online API. This package includes both a low-level service class for direct API calls and a fluent facade for simple, chainable operations.

---

**Purpose**
-----------

[](#purpose)

- Simplifies QuickBooks Online API integration in PHP projects.
- Provides CRUD operations (`create`, `update`, `delete`, `findAll`, `findById`) for QBO entities.
- Supports raw queries and filtering.
- Handles sandbox and production environments.
- Compatible with PHP 7.4+.

---

**Installation**
----------------

[](#installation)

Install via Composer:

```
composer require felconca/qbo-helpers
```

**Manual installation:**

1. Download or clone the repository.
2. Include the `autoload.php` or `QuickBooksOnline.php` files manually (Composer is preferred).

**Helpers Usage**
-----------------

[](#helpers-usage)

#### **1. Initialize QBO**

[](#1-initialize-qbo)

```
