{"id":22777597,"url":"https://github.com/faulkj/boclient","last_synced_at":"2025-03-30T13:41:17.453Z","repository":{"id":62503668,"uuid":"404203405","full_name":"faulkj/BOClient","owner":"faulkj","description":"Business Objects web services client","archived":false,"fork":false,"pushed_at":"2023-01-14T03:58:27.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-05T15:22:40.368Z","etag":null,"topics":["business-objects","client","web-services"],"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/faulkj.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-09-08T03:51:35.000Z","updated_at":"2022-10-06T22:17:08.000Z","dependencies_parsed_at":"2023-02-09T18:46:11.545Z","dependency_job_id":null,"html_url":"https://github.com/faulkj/BOClient","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faulkj%2FBOClient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faulkj%2FBOClient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faulkj%2FBOClient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faulkj%2FBOClient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/faulkj","download_url":"https://codeload.github.com/faulkj/BOClient/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246326600,"owners_count":20759436,"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":["business-objects","client","web-services"],"created_at":"2024-12-11T19:15:07.272Z","updated_at":"2025-03-30T13:41:17.423Z","avatar_url":"https://github.com/faulkj.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BOClient\nBusiness Objects web services client\n\n\n```\n$bo = new BOClient(\n   new WebClient(\"https://my.host.com\"),\n   \"username\",\n   \"password\"\n);\n\nif($this-\u003ebo-\u003eauthenticate()) {\n\n   $list = [];\n   if($lst = $bo-\u003equery(\"raylight/v1/universes\", [\n      \"qs\" =\u003e \"limit=$limit\u0026offset=$offset\"\n   ])) {\n      $t = simplexml_load_string($lst);\n      foreach ($t-\u003euniverse as $u) {\n         $uid = (int) $u-\u003eid;\n         echo $uid;\n      }\n   }\n\n   $bo-\u003elogoff();\n\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaulkj%2Fboclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffaulkj%2Fboclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaulkj%2Fboclient/lists"}