{"id":33978668,"url":"https://github.com/offizium-berndstorath/chirpstack-php","last_synced_at":"2025-12-13T02:56:16.249Z","repository":{"id":248468110,"uuid":"826654896","full_name":"offizium-berndstorath/chirpstack-php","owner":"offizium-berndstorath","description":"Grpc Php Api for Chirpstack","archived":false,"fork":false,"pushed_at":"2024-07-10T06:01:53.000Z","size":181,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-27T14:44:51.275Z","etag":null,"topics":["chirpstack"],"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/offizium-berndstorath.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,"publiccode":null,"codemeta":null}},"created_at":"2024-07-10T06:01:33.000Z","updated_at":"2024-11-04T16:45:06.000Z","dependencies_parsed_at":"2024-07-15T06:32:09.705Z","dependency_job_id":"68627834-fe84-49bf-a286-048023275260","html_url":"https://github.com/offizium-berndstorath/chirpstack-php","commit_stats":null,"previous_names":["offizium-berndstorath/chirpstack-php"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/offizium-berndstorath/chirpstack-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offizium-berndstorath%2Fchirpstack-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offizium-berndstorath%2Fchirpstack-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offizium-berndstorath%2Fchirpstack-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offizium-berndstorath%2Fchirpstack-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/offizium-berndstorath","download_url":"https://codeload.github.com/offizium-berndstorath/chirpstack-php/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offizium-berndstorath%2Fchirpstack-php/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27699117,"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","status":"online","status_checked_at":"2025-12-13T02:00:09.769Z","response_time":147,"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":["chirpstack"],"created_at":"2025-12-13T02:56:15.723Z","updated_at":"2025-12-13T02:56:16.240Z","avatar_url":"https://github.com/offizium-berndstorath.png","language":"PHP","readme":"# chirpstack-api\n\nChirpStack gRPC API message and service wrappers for PHP.\n\n## Install\n\nWith composer:\n\n```sh\ncomposer require chirpstack/chirpstack-api\n```\n\n## Usage\n\nAll messages, services, constants, etc. are auto-generated from the ChirpStack protobuf definitions. The result is that\nthis package structure matches that of the protobuf definitions.\n\nThe protobuf definitions can be found here: https://github.com/chirpstack/chirpstack/tree/master/api/proto\n\n## Example\n\n```php\n\u003c?php\n\nnamespace Test;\n\nuse Chirpstack\\API\\ApplicationServiceClient;\nuse Chirpstack\\API\\ListApplicationsRequest;\nuse Grpc\\Channel;\nuse Grpc\\ChannelCredentials;\n\nrequire dirname(__FILE__) . '/vendor/autoload.php';\n\nfunction main() {\n    $channel = new Channel('url',  ['credentials' =\u003e ChannelCredentials::createInsecure()]);\n    $client = new ApplicationServiceClient('url', [], $channel);\n    $request = new ListApplicationsRequest();\n    $response = $client-\u003eList($request);\n    $data = $response-\u003ewait();\n    print_r($data);\n}\n\nmain();\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foffizium-berndstorath%2Fchirpstack-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foffizium-berndstorath%2Fchirpstack-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foffizium-berndstorath%2Fchirpstack-php/lists"}