{"id":27158878,"url":"https://github.com/activecollab/quickbooks","last_synced_at":"2025-04-08T22:39:17.490Z","repository":{"id":33223064,"uuid":"36866305","full_name":"activecollab/quickbooks","owner":"activecollab","description":"QuickBooks API Wrapper","archived":false,"fork":false,"pushed_at":"2019-12-17T11:02:31.000Z","size":110,"stargazers_count":14,"open_issues_count":0,"forks_count":10,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-03-30T13:03:29.058Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/activecollab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-04T11:25:59.000Z","updated_at":"2023-05-18T14:19:08.000Z","dependencies_parsed_at":"2022-06-27T09:54:15.099Z","dependency_job_id":null,"html_url":"https://github.com/activecollab/quickbooks","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/activecollab%2Fquickbooks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/activecollab%2Fquickbooks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/activecollab%2Fquickbooks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/activecollab%2Fquickbooks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/activecollab","download_url":"https://codeload.github.com/activecollab/quickbooks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247941718,"owners_count":21022035,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-08T22:39:16.869Z","updated_at":"2025-04-08T22:39:17.484Z","avatar_url":"https://github.com/activecollab.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"#Quickbooks\n\n[![Build Status](https://travis-ci.org/activecollab/quickbooks.svg?branch=master)](https://travis-ci.org/activecollab/quickbooks)\n\n## Usage\n\n### Authentication\n\n```php\n$quickbooks = new ActiveCollab\\Quickbooks\\Quickbooks([\n    'identifier'    =\u003e 'example-consumer-key',\n    'secret'        =\u003e 'example-consumer-key-secret',\n    'callback_uri'  =\u003e 'http://example.com'\n]);\n```\n\n### Sandbox\n\n```php\n$sandbox = new ActiveCollab\\Quickbooks\\Sandbox(\n    'example-consumer-key',\n    'example-consumer-key-secret',\n    'example-access-token',\n    'example-access-token-secret',\n    'example-realmId'\n);\n```\n    \n### Querying API\n   \n```php\n$dataService = new ActiveCollab\\Quickbooks\\DataService(\n    'example-consumer-key',\n    'example-consumer-key-secret',\n    'example-access-token',\n    'example-access-token-secret',\n    'example-realmId'\n);\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factivecollab%2Fquickbooks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Factivecollab%2Fquickbooks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factivecollab%2Fquickbooks/lists"}