{"id":20035853,"url":"https://github.com/saschahemleb/php-grafana-api-client","last_synced_at":"2025-05-05T05:31:38.119Z","repository":{"id":62540496,"uuid":"450941185","full_name":"saschahemleb/php-grafana-api-client","owner":"saschahemleb","description":"A client for the Grafana API, written in PHP","archived":false,"fork":false,"pushed_at":"2023-07-20T07:27:46.000Z","size":57,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T18:12:14.032Z","etag":null,"topics":["composer","grafana","php"],"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/saschahemleb.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":"2022-01-22T21:34:31.000Z","updated_at":"2024-03-11T03:19:56.000Z","dependencies_parsed_at":"2022-11-02T15:32:25.094Z","dependency_job_id":null,"html_url":"https://github.com/saschahemleb/php-grafana-api-client","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saschahemleb%2Fphp-grafana-api-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saschahemleb%2Fphp-grafana-api-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saschahemleb%2Fphp-grafana-api-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saschahemleb%2Fphp-grafana-api-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saschahemleb","download_url":"https://codeload.github.com/saschahemleb/php-grafana-api-client/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252446243,"owners_count":21749191,"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":["composer","grafana","php"],"created_at":"2024-11-13T10:09:29.571Z","updated_at":"2025-05-05T05:31:37.698Z","avatar_url":"https://github.com/saschahemleb.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHP Grafana API Client\n\nA client for the Grafana API, written in PHP.\n\n## Project Status\n\nThis project is still in an alpha state; not all API endpoints are implemented yet,\nand the public package API is subject to major changes.\n\n\n\n## Installation\n\nVia Composer\n\n```bash\n$ composer require saschahemleb/php-grafana-api-client\n```\n\n### Framework Integration\n\nI've written a bridge package for Laravel, providing a facade and a connection manager for controlling multiple grafana instances.\nYou can find it [here](//github.com/saschahemleb/laravel-grafana).\n\n## Example\n\n```php\nuse Saschahemleb\\PhpGrafanaApiClient\\Client;\nuse Saschahemleb\\PhpGrafanaApiClient\\Authentication;\n\n$client = Client::create(\n    new Uri('http://localhost:3000/'), // url to grafana\n    Authentication::basicAuth('admin', 'admin')\n);\n\necho $client-\u003eother()-\u003ehealth()-\u003egetVersion();\n// 8.3.6\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaschahemleb%2Fphp-grafana-api-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaschahemleb%2Fphp-grafana-api-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaschahemleb%2Fphp-grafana-api-client/lists"}