{"id":39933871,"url":"https://github.com/cerberos-dev/cerberos-moneybird-package","last_synced_at":"2026-01-18T18:32:17.265Z","repository":{"id":217627153,"uuid":"555280169","full_name":"cerberos-dev/cerberos-moneybird-package","owner":"cerberos-dev","description":"PHP package for interacting with Moneybird API","archived":false,"fork":false,"pushed_at":"2024-03-06T10:50:18.000Z","size":158,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-10T21:06:14.387Z","etag":null,"topics":["api","moneybird","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cerberos-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-10-21T09:17:46.000Z","updated_at":"2024-02-02T14:43:58.000Z","dependencies_parsed_at":"2024-03-05T09:25:07.653Z","dependency_job_id":"822641a1-8fa7-4273-99ec-c1f63560ccdb","html_url":"https://github.com/cerberos-dev/cerberos-moneybird-package","commit_stats":null,"previous_names":["cerberos-dev/cerberos-moneybird-package"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/cerberos-dev/cerberos-moneybird-package","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cerberos-dev%2Fcerberos-moneybird-package","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cerberos-dev%2Fcerberos-moneybird-package/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cerberos-dev%2Fcerberos-moneybird-package/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cerberos-dev%2Fcerberos-moneybird-package/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cerberos-dev","download_url":"https://codeload.github.com/cerberos-dev/cerberos-moneybird-package/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cerberos-dev%2Fcerberos-moneybird-package/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28547217,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T14:59:57.589Z","status":"ssl_error","status_checked_at":"2026-01-18T14:59:46.540Z","response_time":98,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["api","moneybird","php"],"created_at":"2026-01-18T18:32:17.203Z","updated_at":"2026-01-18T18:32:17.253Z","avatar_url":"https://github.com/cerberos-dev.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Moneybird PHP Client\n\nPHP Client for the [Moneybird API](https://developer.moneybird.com/). This client lets you integrate with Moneybird, for example by:\n\n- Creating and sending invoices\n- Creating and updating contact\n- Uploading incoming invoices of purchases\n- Create manual journal bookings\n\n## Usage\n\nYou need to have to following credentials and information ready. You can get this from your Moneybird account.\n\n- Client ID\n- Client Secret\n- Callback URL\n\nYou need to be able to store some data locally:\n\n- The three credentials mentioned above\n- Authorizationcode\n- Accesstoken\n\n### Authorization code\n\nIf you have no authorization code yet, you will need this first. The client supports fetching the authorization code as follows.\n\n```php\n\u003c?php\n\nrequire __DIR__ . '/vendor/autoload.php';\n\n$connection = new \\Cerberos\\Financials\\Moneybird\\Connection();\n$connection-\u003esetRedirectUrl('REDIRECTURL');\n$connection-\u003esetClientId('CLIENTID');\n$connection-\u003esetClientSecret('CLIENTSECRET');\n$connection-\u003eredirectForAuthorization();\n```\n\nThis will perform a redirect to Moneybird at which you can login and authorize the app for a specific Moneybird administration.\nAfter login, Moneybird will redirect you to the callback URL with request param \"code\" which you should save as the authorization code.\n\n### Setting the administration ID\n\nMost methods require you to set the Administration ID to fetch the correct data. You can get the Administration ID from the URL at MoneyBird, but you can also list the administrations your user has access to running the following method after connecting. In the code samples below there's an example on how to set the first administrations from the results of the call below:\n\n```php\n$administrations = $moneybird-\u003eadministration()-\u003egetAll();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcerberos-dev%2Fcerberos-moneybird-package","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcerberos-dev%2Fcerberos-moneybird-package","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcerberos-dev%2Fcerberos-moneybird-package/lists"}