kavasey/yii2-quickbooksonline

Quickbooks online oauth2 and API wrapper for Yii2

v1.0.0 2022-02-12 10:25 UTC

This package is auto-updated.

Last update: 2024-05-13 08:12:31 UTC


README

Quickbooks online oauth2 and API wrapper for Yii2

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist kavasey/yii2-quickbooksonline "*"

or add

"kavasey/yii2-quickbooksonline": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \kavasey\quickbooksonline\AutoloadExample::widget(); ?>```