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 2w 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 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity38

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

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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