{"id":16968799,"url":"https://github.com/reactmore/oyindonesia-php-sdk","last_synced_at":"2026-05-11T02:18:27.877Z","repository":{"id":47260404,"uuid":"403313673","full_name":"reactmore/oyindonesia-php-sdk","owner":"reactmore","description":"oyindonesia-php-sdk","archived":false,"fork":false,"pushed_at":"2021-09-06T09:07:01.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-26T13:29:05.107Z","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/reactmore.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":"2021-09-05T13:18:40.000Z","updated_at":"2021-09-06T09:07:05.000Z","dependencies_parsed_at":"2022-09-07T07:41:00.943Z","dependency_job_id":null,"html_url":"https://github.com/reactmore/oyindonesia-php-sdk","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reactmore%2Foyindonesia-php-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reactmore%2Foyindonesia-php-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reactmore%2Foyindonesia-php-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reactmore%2Foyindonesia-php-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reactmore","download_url":"https://codeload.github.com/reactmore/oyindonesia-php-sdk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244852118,"owners_count":20521151,"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":"2024-10-14T00:22:57.281Z","updated_at":"2026-05-11T02:18:27.819Z","avatar_url":"https://github.com/reactmore.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OY INDONESIA PHP SDK\nUnofficial oyindonesia-php-sdk\n[Official Documentations](https://api-docs.oyindonesia.com/)\n\n## Instalations\n\n```\ncomposer install reactmore/oyindonesia-php-sdk\n```\n\n## Example\n```php\n\u003c?php\n// Load Vendor\nrequire __DIR__ . '/vendor/autoload.php';\n\nuse Reactmore\\OY\\Main;\n\n// IF You Use ENV\n$data = new Main();\n\n// IF You Not Use ENV\n$data = new Main([\n    'apikey' =\u003e 'Your-api-Key',\n    'stage' =\u003e 'productions-or-sandbox',\n    'username' =\u003e 'Your-oy-username',\n]);\n\n// EXAMPLE AccountInquiry method InquiryInvoices\n// Documentations\n// https://api-docs.oyindonesia.com/?shell#get-account-inquiry-invoices-account-inquiry\n\n$AccountInquiry = $data-\u003eAccountInquiry()-\u003eInquiryInvoices();\n\n// set body\n$AccountInquiry-\u003esetPayload(['id' =\u003e '5ede8690-03f7-4b91-8eaa-4a5aff50c540']);\n\necho '\u003cpre\u003e';\n// Get Respon Data \nvar_dump($AccountInquiry-\u003egetdata());\n// Get Respon Data as Json\nvar_dump($AccountInquiry-\u003egetJson());\n// Get Respon Data as Object\nvar_dump($AccountInquiry-\u003egetResponse());\n// Get Respon Status Code\nvar_dump($AccountInquiry-\u003egetStatusCode());\necho '\u003c/pre\u003e';\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freactmore%2Foyindonesia-php-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freactmore%2Foyindonesia-php-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freactmore%2Foyindonesia-php-sdk/lists"}