{"id":33983834,"url":"https://github.com/mobingilabs/fujitsu-k5-sdk","last_synced_at":"2026-05-29T22:33:37.205Z","repository":{"id":57018672,"uuid":"68276500","full_name":"mobingilabs/fujitsu-k5-sdk","owner":"mobingilabs","description":"A Simple PHP SDK Library for Mobingi-ALM K5 Support","archived":false,"fork":false,"pushed_at":"2017-10-02T08:36:37.000Z","size":70,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"development","last_synced_at":"2025-12-14T16:43:56.572Z","etag":null,"topics":["fujitsu-k5-cloud","k5","openstack","sdk-php"],"latest_commit_sha":null,"homepage":"https://mobingi.com","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/mobingilabs.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}},"created_at":"2016-09-15T08:01:13.000Z","updated_at":"2017-09-26T12:59:21.000Z","dependencies_parsed_at":"2022-08-22T12:00:23.444Z","dependency_job_id":null,"html_url":"https://github.com/mobingilabs/fujitsu-k5-sdk","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/mobingilabs/fujitsu-k5-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mobingilabs%2Ffujitsu-k5-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mobingilabs%2Ffujitsu-k5-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mobingilabs%2Ffujitsu-k5-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mobingilabs%2Ffujitsu-k5-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mobingilabs","download_url":"https://codeload.github.com/mobingilabs/fujitsu-k5-sdk/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mobingilabs%2Ffujitsu-k5-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33673628,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["fujitsu-k5-cloud","k5","openstack","sdk-php"],"created_at":"2025-12-13T04:11:32.671Z","updated_at":"2026-05-29T22:33:37.187Z","avatar_url":"https://github.com/mobingilabs.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# k5-php-sdk\nA PHP SDK Library for Fujitsu K5 Cloud http://jp.fujitsu.com/solutions/cloud/k5/index.html\n\nAn online API documentation can be found [here](https://docs.mobingi.com/official/fujitsu-api/v2)\n\n\n__This project is still under development.__\n\n\n#### Installation\n\n`composer require mobingilabs/fujitsu-k5-sdk:dev-development`\n\nFor stable releases please check [releases](https://github.com/mobingilabs/fujitsu-k5-sdk/releases) section.\n\n#### Sample usage:\n\n```php\n\u003c?php\n\nrequire_once __DIR__ . '/../vendor/autoload.php';\n\nuse K5\\Networking\\Network;\n\nrequire 'setAccountTest.php'; //setup your K5 credentials here\n\n$networkClient = new Network(K5_USERNAME,K5_PASSWORD,K5_CONTRACT,false);\n\n\n//list of all networks under JP East 1 Region\necho $networkClient-\u003egetNetworks('jp-east-1');\n\n//Get details of a specific network\n//Replace '53bdc6d8-fff8-46e2-b88e-bd9adb633609' with your own network id\necho $networkClient-\u003egetNetworksDetail('jp-east-1', '53bdc6d8-fff8-46e2-b88e-bd9adb633609');\n\n\n```\n\n\nSee `/Examples` folder for more sample codes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmobingilabs%2Ffujitsu-k5-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmobingilabs%2Ffujitsu-k5-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmobingilabs%2Ffujitsu-k5-sdk/lists"}