intuit / QuickBooks-V3-PHP-SDK

Official PHP SDK for QuickBooks REST API v3.0: https://developer.intuit.com/
Apache License 2.0
241 stars 240 forks source link

Minimum file requirements for oAuth2 and to CRUD Invoices? #485

Closed CaMer0n closed 1 year ago

CaMer0n commented 1 year ago

The src folder contains about 4900 files (15meg), which I suspect is overkill to do the simple task of creating, reading, updating, and deleting invoices.

Just wondering if anyone can point me in the direction of a lightweight alternative to this entire package, or let me know which files/folders I could safely delete.

Thanks