Download the PHP package pns/laravel-qbo without Composer

On this page you can find all versions of the php package pns/laravel-qbo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-qbo

Laravel QuickBooks Online API

This is a Laravel package for integrating QuickBooks Online API.

Getting Started

Below are the steps in order to integrate QuickBooks Online API to your Laravel project.

Installation

Install the package using composer:

Export the configuration file:

Export the migration files:

Do a quick migration:

Environment Variables

In order to run this package, you will need to add the following environment variables to your .env file

QBO_AUTH_MODE=oauth2

QBO_ATH_REQUEST_URL=https://appcenter.intuit.com/connect/oauth2

QBO_TOKEN_END_POINT_URL=https://oauth.platform.intuit.com/oauth2/v1/tokens/bearer

QBO_CLIENT_ID=

QBO_CLIENT_SECRET=

QBO_REDIRECT_URI=

QBO_SCOPE=com.intuit.quickbooks.accounting

QBO_BASE_URL=Development

QBO_COMPANY_ID=

You may follow the steps on how to get the environment variables here: https://developer.intuit.com/app/developer/homepage

or follow the steps below

Generating Environment Variables

  1. Log in to your QuickBooks Online account at https://accounts.intuit.com

  2. After logging in, go to https://developer.intuit.com/app/developer/sandbox in order to create a new sandbox company.
  1. Add a sandbox company.
  1. After creating a sandbox company, copy the Company ID to be used in QBO_COMPANY_ID environment variable.
  1. Then, go to https://developer.intuit.com/app/developer/dashboard.
  1. Create an app.
  1. Complete the form in order to create a new app.
  1. Upon creation, you will be redirected to the Getting Started page for your app.
  1. Go to Keys and credentials. Copy the Client ID and Client Secret to QBO_CLIENT_ID and QBO_CLIENT_SECRET respectively.
  1. Scroll down to create or copy the Redirect URI to QBO_REDIRECT_URI.

How To Use

Download Postman API

Download the Postman API Collection here.

Authentication

Use this in order to authenticate and refresh the access token.

Controller

Authenticate Token

Postman URL:

Response:

Refresh Token

Postman URL:

Request:

Response:

Company

Use this in order to get and update your company profile.

Controller

Get Company Profile

Postman URL:

Response:

Features

Fly high, butterfly!


All versions of laravel-qbo with dependencies

PHP Build Version
Package Version
Requires php Version ^7.0|^8.0
illuminate/support Version ^7.0|^8.0
quickbooks/v3-php-sdk Version ^6.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package pns/laravel-qbo contains the following files

Loading the files please wait ....