PHPackages                             iresci23/laravel-qbd - 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. [API Development](/categories/api)
4. /
5. iresci23/laravel-qbd

ActiveLibrary[API Development](/categories/api)

iresci23/laravel-qbd
====================

Integrate your laravel app to Quickbooks Desktop

089PHP

Since May 3Pushed 7y agoCompare

[ Source](https://github.com/usman-topdot/quickbooks)[ Packagist](https://packagist.org/packages/iresci23/laravel-qbd)[ RSS](/packages/iresci23-laravel-qbd/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel QBD
===========

[](#laravel-qbd)

I've been searching how to integrate QB Web connector with Laravel 5.x but coudn't find any. So I made this example package for you if ever you are in the same situation as I was. Feel free to clone/copy and modify it however you like.

Getting Started
---------------

[](#getting-started)

These instructions will get you a copy of the package up and running on your local machine for development and testing purposes.

If you are not yet familiar with QB Web Connector, visit [this](https://github.com/consolibyte/quickbooks-php) for quick start guides

### Installation

[](#installation)

Require the QuickBooks PHP DevKit (QuickBooks integration support for PHP 5.x+)

```
composer require consolibyte/quickbooks

```

Then manually require this package:

1. Download/clone the files and save it under your app's `packages/iresci23/laravel-qbd/` folder. Just create this folder if it is not yet existing.
2. Add this to your `composer.json` psr-4 autoload. It would look like this:

```
"psr-4": {
    "App\\": "app/",
    "Iresci23\\LaravelQbd\\": "packages/iresci23/laravel-qbd/src"
}

```

3. Add this line to your config/app.php provider

```
Iresci23\LaravelQbd\LaravelQbdServiceProvider::class

```

4. On the command line publish the config file for the package

```
php artisan vendor:publish --tag=config

```

5. These are the variables you need to set in your `.env` file

```
QB_DSN= #if this is empty, it will auto use your app db config
# web connector username & password has nothing to do with the real QB user login
QB_USERNAME=quickbooks
QB_PASSWORD=password
QB_TIMEZONE=America/New_York
QB_LOGLEVEL=QUICKBOOKS_LOG_DEVELOP
QB_MEMLIMIT=512M
QB_SOAPSERVER=QUICKBOOKS_SOAPSERVER_BUILTIN

```

6. Visit `http://yourappurl/qbd-connector/qbwc` to see if [it works](http://prntscr.com/i1jrsu)
7. Generate your `.qwc` file by visiting `http://yourappurl/qbd-connector/generate-qwc`Upload this qwc file into the QB Web Connector application.

That's it.

You can check the code, there is a sample for syncing Customer info.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/353dd45139a5fe010184d8a42f67209a8a77213220198d65b7754ecadf523576?d=identicon)[usman\_topdot](/maintainers/usman_topdot)

---

Top Contributors

[![usman-topdot](https://avatars.githubusercontent.com/u/49897412?v=4)](https://github.com/usman-topdot "usman-topdot (3 commits)")

### Embed Badge

![Health badge](/badges/iresci23-laravel-qbd/health.svg)

```
[![Health](https://phpackages.com/badges/iresci23-laravel-qbd/health.svg)](https://phpackages.com/packages/iresci23-laravel-qbd)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
