{"id":37007968,"url":"https://github.com/enguerr/vmware-php","last_synced_at":"2026-01-14T00:49:30.072Z","repository":{"id":168286706,"uuid":"421295710","full_name":"enguerr/vmware-php","owner":"enguerr","description":"A PHP wrapper for the VMWare API.","archived":false,"fork":false,"pushed_at":"2024-03-27T18:12:08.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-23T13:21:28.920Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"MartinMulder/vmware-php","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/enguerr.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":"2021-10-26T05:45:17.000Z","updated_at":"2023-10-11T13:57:18.000Z","dependencies_parsed_at":"2023-10-11T15:52:08.529Z","dependency_job_id":null,"html_url":"https://github.com/enguerr/vmware-php","commit_stats":null,"previous_names":["enguerr/vmware-php"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/enguerr/vmware-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enguerr%2Fvmware-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enguerr%2Fvmware-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enguerr%2Fvmware-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enguerr%2Fvmware-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/enguerr","download_url":"https://codeload.github.com/enguerr/vmware-php/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enguerr%2Fvmware-php/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28406967,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T00:40:43.272Z","status":"ssl_error","status_checked_at":"2026-01-14T00:40:42.636Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2026-01-14T00:49:29.917Z","updated_at":"2026-01-14T00:49:30.036Z","avatar_url":"https://github.com/enguerr.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vmware-php\n\nA PHP wrapper for the VMWare API.\nThis is a pre-alpha release, so stuf isn't working correctly atm.\n\n## Installation\n```\ncomposer require enguerr/vmware-api\n```\n\n## Guide\nOur VMWare API implementation contains the following features:\n- Simple login using application passwords.\n- Automatic retry functionionality that retries requests when connection errors or status codes \u003e= 500 occur.\n- Direct function calls for much used api endpoints.\n- Easy syntax for all other endpoints using `$api-\u003erequest($method, $uri, $json = [], $query = [])`.\n\n```php\n// Create a new API instance, endpoint should end on \"/rest/\".\n$api = new \\enguerr\\VMWare\\[Vcenter|Appliance|Inventory]IApi('https://vcenter.local/api/');\n```\n\n```php\n// LEGACY LOGIN WITH TOKEN\n$api-\u003elogin('yourusername', 'yourpassword');\n```\n\nNow your API should be ready to use:\n```php\n$vms = $api-\u003egetListOfVms();\n\nforeach($vms as $vm) {\n    var_dump($vm);\n}\n```\n\n## Documentation\n- http://vmware.github.io/vsphere-automation-sdk-rest/7.0/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenguerr%2Fvmware-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenguerr%2Fvmware-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenguerr%2Fvmware-php/lists"}