定制 beanworks/quickbooks-online-v3-sdk 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

beanworks/quickbooks-online-v3-sdk

最新稳定版本:4.0.0

Composer 安装命令:

composer require beanworks/quickbooks-online-v3-sdk

包简介

QBO v3 API SDK for PHP. Supported and used by BeanworksAP.

README 文档

README

Build Status

The PHP SDK for QuickBooks v3 is set of PHP classes that make it easier to call QuickBooks APIs. Some of the features included in this SDK are as follows:

  • Ability to perform single and batch processing of CRUD operations on all supported QuickBooks entities.
  • Support for XML Request and Response format.
  • Ability to configure app settings in the configuration file requiring no additional code change.
  • Support for Gzip and Deflate compression formats to improve performance of QuickBooks API calls.
  • Logging mechanisms for trace and request/response.
  • Query Filters that enable you to retrieve QuickBooks entities whose properties meet specified criteria.
  • Sparse Update to update writable properties specified in a request and leave the others unchanged.
  • Change data that enables you to retrieve a list of entities modified during specified time points.

Getting Started

This repository contains both original QBO SDK code and Beanworks patched version.

Clone with Git

$ git clone git@github.com:beanworks/quickbooks-online-v3-sdk.git

Install with Composer

$ wget http://getcomposer.org/composer.phar
# Install [beanworks/quickbooks-online-v3-sdk] from master branch
$ php composer.phar require beanworks/quickbooks-online-v3-sdk:dev-master
# Install Beanworks patched version
$ php composer.phar require beanworks/quickbooks-online-v3-sdk:3.2.0
# Install Intuit's original version
$ php composer.phar require beanworks/quickbooks-online-v3-sdk:2.5.0

Unit Test

Check out a fresh copy of the QBO SDK, get composer and install dependencies, and then run the tests with PHPUnit.

$ git clone git@github.com:beanworks/quickbooks-online-v3-sdk.git
$ cd quickbooks-online-v3-sdk
$ wget http://getcomposer.org/composer.phar
$ php composer.phar install
$ ./phpunit

BeanworksAP

BeanworksAP proudly integrates with QuickBooks Online, QuickBooks Desktop and a number of different ERP systems.

Beanworks Solutions Inc.

Automate your Accounts Payable with Beanworks

BeanWorksAP is a cloud-based, automated accounts payable solution that you use via a secure Internet connection. There is no need to commit to and purchase a software package, have it configured, installed, and maintained by an IT department — we offer simple, subscription-based pricing and easy setup with no long term contract to sign.

  • Work anywhere with access to your data from any device
  • Regular seamless upgrades with new features
  • Information is safe, secure and backed-up regularly
  • Super-responsive and knowledgeable customer support

Copyright © 2019 Beanworks Solutions Inc.

统计信息

  • 总下载量: 40.43k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 15
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 13
  • Watchers: 6
  • Forks: 6
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-03-05