{"id":27185269,"url":"https://github.com/php-client/tailscale","last_synced_at":"2026-02-12T06:10:51.314Z","repository":{"id":257808531,"uuid":"796088937","full_name":"php-client/tailscale","owner":"php-client","description":"PHP Client for Tailscale API ","archived":false,"fork":false,"pushed_at":"2025-03-02T15:31:37.000Z","size":92,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-14T12:14:37.935Z","etag":null,"topics":["api","client","php","saloon","sdk","tailscale"],"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-04T22:37:54.000Z","updated_at":"2025-04-19T19:20:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"58d3ada3-0365-4eef-9b21-34b7cbb9fa0f","html_url":"https://github.com/php-client/tailscale","commit_stats":null,"previous_names":["phpclient/tailscale","php-client/tailscale"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/php-client/tailscale","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-client%2Ftailscale","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-client%2Ftailscale/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-client%2Ftailscale/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-client%2Ftailscale/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/php-client","download_url":"https://codeload.github.com/php-client/tailscale/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-client%2Ftailscale/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29360465,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T01:03:07.613Z","status":"online","status_checked_at":"2026-02-12T02:00:06.911Z","response_time":55,"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":["api","client","php","saloon","sdk","tailscale"],"created_at":"2025-04-09T17:14:47.672Z","updated_at":"2026-02-12T06:10:51.298Z","avatar_url":"https://github.com/php-client.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHP Client for Tailscale API.\n\n\n## Installation\nInstall with Composer:\n\n```bash\ncomposer require php-client/tailscale\n```\n\n\n## Usage\n\nSimple example:\n\n```php\nuse PhpClient\\Tailscale\\Tailscale;\n\n$tailscale = new Tailscale(\n    token: 'YOUR_API_TOKEN',\n);  \n\n$response = $tailscale-\u003eapi-\u003edevices()-\u003elistTailnetDevices(\n    tailnet: '-', // Default tailnet\n);\n\nforeach ($response-\u003ejson('devices') as $device) {\n    echo $device['name'];\n}\n```\n\n\n## List of available API methods\n- Contact preferences\n  - Get|Update contacts\n  - Resend verification email\n- Device invites\n  - List|Create device invites\n  - Get|Accept|Resent|Delete device invite\n- Device posture\n  - List all posture integrations\n  - Create|Get|Update|Delete posture integration\n- Users\n  - List users\n  - Get|Approve|Suspend|Restore|Delete user\n  - Update user role\n- DNS\n  - List|Set DNS nameservers\n  - Get|Set DNS preferences\n  - List|Set DNS search paths\n  - Get|Update|Set split DNS\n- Webhooks\n  - List webhooks\n  - Create|Get|Update|Delete|Test webhook\n  - Rotate webhook secret\n- Devices\n  - List tailnet devices\n  - Get|Delete|Authorize device\n  - List|Set device routes\n  - Set device name|tags\n  - Update device key\n  - Set device IPv4 address\n  - Get device posture attributes\n  - Set|Delete custom device posture attribute\n- Tailnet settings\n  - Get|Update tailnet settings\n- Logging\n  - List configuration audit logs\n  - List network flow logs\n  - Get log streaming status\n  - Get|Set log streaming configuration\n  - Disable log streaming\n- Policy file\n  - Get|Set policy file\n  - Preview rule matches\n  - Validate and test policy file\n- Keys\n  - List tailnet keys\n  - Create|Get|Delete key\n- User invites\n  - List|Create user invites\n  - Get|Delete|Resend user invite\n\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%2Ftailscale","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphp-client%2Ftailscale","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphp-client%2Ftailscale/lists"}