{"id":28220659,"url":"https://github.com/php-client/keenetic","last_synced_at":"2026-02-16T20:13:44.895Z","repository":{"id":276989050,"uuid":"796076331","full_name":"php-client/keenetic","owner":"php-client","description":"PHP client for Keenetic Routers API","archived":false,"fork":false,"pushed_at":"2025-03-02T15:29:55.000Z","size":37,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-18T04:16:08.260Z","etag":null,"topics":["api","client","keenetic","php","router","saloon","sdk"],"latest_commit_sha":null,"homepage":"","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/php-client.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"publiccode":null,"codemeta":null}},"created_at":"2024-05-04T21:33:55.000Z","updated_at":"2025-04-04T12:58:07.000Z","dependencies_parsed_at":"2025-02-11T14:57:07.527Z","dependency_job_id":"521c3f25-6c27-4c0a-84ce-fe481c6e80fb","html_url":"https://github.com/php-client/keenetic","commit_stats":null,"previous_names":["php-client/keenetic"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/php-client/keenetic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-client%2Fkeenetic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-client%2Fkeenetic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-client%2Fkeenetic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-client%2Fkeenetic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/php-client","download_url":"https://codeload.github.com/php-client/keenetic/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-client%2Fkeenetic/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259289271,"owners_count":22834913,"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":["api","client","keenetic","php","router","saloon","sdk"],"created_at":"2025-05-18T04:16:04.559Z","updated_at":"2026-02-16T20:13:39.834Z","avatar_url":"https://github.com/php-client.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHP client for Keenetic Routers API.\n\nThis is a PHP client for the [Keenetic Routers API](https://help.keenetic.com/hc/en-us).\n\n## Installation\nInstall the package via composer:\n\n```bash\ncomposer require php-client/keenetic\n```\n\n## Usage\n\nSimple example:\n```php\nuse PhpClient\\Keenetic\\Keenetic;\n\n$keenetic = new Keenetic(\n    // Replace with real values for your router:\n    baseUrl: 'http://192.168.1.1',\n    login: 'admin',\n    password: 'admin',\n);\n\n$keenetic-\u003eauth();\n\n$response = $keenetic-\u003eapi-\u003edevices()-\u003elistDevices();\n\nforeach ($response-\u003ejson('host') as $device) {\n    echo $device['name'];\n}\n```\n\n## List of available API methods\n\nAPI client is currently under development. \nPresently, the following methods are available:\n\n- Devices\n  - List devices\n  - Register device\n  - Unregister device\n  - Set device IP\n  - Unset device IP\n- System\n  - Get default config\n  - Get running config\n  - Get startup config \n  - Get log\n\nMore methods will be added in the future. \n\n## License\n\nThis package is released under the [MIT License](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphp-client%2Fkeenetic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphp-client%2Fkeenetic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphp-client%2Fkeenetic/lists"}