laravel-quickbooks-client
laravel-quickbooks-client copied to clipboard
SPINEN's Laravel Client for QuickBooks.
``` Your requirements could not be resolved to an installable set of packages. Problem 1 - spinen/laravel-quickbooks-client[1.0.0, ..., 1.0.2, 2.0.0, ..., 2.0.1] require illuminate/database ^5.5 -> found illuminate/database[v5.5.0, ..., v5.8.36]...
Provider.php in function mapUserToObject(array $user) `'name' => trim(sprintf('%s %s', $user['givenName'], $user['familyName'])),` Happens then QB have empty user name. Just need to add a small check
Use version 6.0 of the quickbooks sdk to stop composer2 from throwing a psr-4 error
I submitted a change to fix the composer2 psr-4 error caused by the quickbooks php sdk package. No other changes were made, but this will resolve modern composer errors
QBO API Explorer returns a key namely "time" in all responses, this is not available in this package response serialize
For example, save auth against a `Company` model rather than a user, allowing multiple users to access the same connection. Will fork and PR.
Im having issues, My App needs to be connected to multiple QBO Accounts. The problem is, when my **App User A** is connected to **QBO Account A** then another "App...
Quickbooks is updating their Online Accounting API. Support for minor versions 1 through 74 of the QuickBooks Online Accounting API will end on August 1, 2025. Beginning August 1, 2025,...