{"id":24694470,"url":"https://github.com/roadrunner-php/roadrunner-api-dto","last_synced_at":"2025-10-09T01:31:07.404Z","repository":{"id":146167922,"uuid":"615231992","full_name":"roadrunner-php/roadrunner-api-dto","owner":"roadrunner-php","description":"RoadRunner proto files and generated DTO files","archived":false,"fork":false,"pushed_at":"2025-08-12T14:05:25.000Z","size":1434,"stargazers_count":8,"open_issues_count":1,"forks_count":2,"subscribers_count":5,"default_branch":"1.x","last_synced_at":"2025-09-15T11:22:09.917Z","etag":null,"topics":["php","proto","protobuf","roadrunner"],"latest_commit_sha":null,"homepage":"https://roadrunner.dev","language":"PHP","has_issues":false,"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/roadrunner-php.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":"roadrunner-server"}},"created_at":"2023-03-17T08:36:11.000Z","updated_at":"2025-09-08T17:04:00.000Z","dependencies_parsed_at":"2023-10-12T14:56:50.023Z","dependency_job_id":"813096aa-3755-4721-9a7f-2402286d1c9d","html_url":"https://github.com/roadrunner-php/roadrunner-api-dto","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/roadrunner-php/roadrunner-api-dto","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roadrunner-php%2Froadrunner-api-dto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roadrunner-php%2Froadrunner-api-dto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roadrunner-php%2Froadrunner-api-dto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roadrunner-php%2Froadrunner-api-dto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roadrunner-php","download_url":"https://codeload.github.com/roadrunner-php/roadrunner-api-dto/tar.gz/refs/heads/1.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roadrunner-php%2Froadrunner-api-dto/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000725,"owners_count":26082895,"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-10-08T02:00:06.501Z","response_time":56,"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":["php","proto","protobuf","roadrunner"],"created_at":"2025-01-26T23:59:49.549Z","updated_at":"2025-10-09T01:31:06.017Z","avatar_url":"https://github.com/roadrunner-php.png","language":"PHP","funding_links":["https://github.com/sponsors/roadrunner-server"],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://roadrunner.dev\" target=\"_blank\"\u003e\n  \u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://github.com/roadrunner-server/.github/assets/8040338/e6bde856-4ec6-4a52-bd5b-bfe78736c1ff\"\u003e\n    \u003cimg align=\"center\" src=\"https://github.com/roadrunner-server/.github/assets/8040338/040fb694-1dd3-4865-9d29-8e0748c2c8b8\"\u003e\n  \u003c/picture\u003e\n\u003c/a\u003e\n\n# RoadRunner PHP API DTO\n\n[![PHP Version Require](https://poser.pugx.org/roadrunner-php/roadrunner-api-dto/require/php)](https://packagist.org/packages/roadrunner-php/roadrunner-api-dto)\n[![Latest Stable Version](https://poser.pugx.org/roadrunner-php/roadrunner-api-dto/v/stable)](https://packagist.org/packages/roadrunner-php/roadrunner-api-dto)\n[![Total Downloads](https://poser.pugx.org/roadrunner-php/roadrunner-api-dto/downloads)](https://packagist.org/packages/roadrunner-php/roadrunner-api-dto)\n\nThis is a GitHub repository and Composer package that provides PHP Data Transfer Object (DTO) messages for RoadRunner\nAPI protocol buffer files, available at https://github.com/roadrunner-server/api.\n\nWith this repository, you can use pre-generated DTO messages for the following RoadRunner plugins:\n\n- Centrifugo\n- HTTP\n- Jobs\n- KV\n- Lock\n- Plugins\n- Service\n- Status\n- WebSockets\n\nThe repository contains the pre-generated DTO files, and you can include the package in your PHP project to use them for\nmaking RPC calls to the RoadRunner server.\n\n## Installation\n\nYou can install the package. Simply run the following command:\n\n```bash\ncomposer require roadrunner-php/roadrunner-api-dto\n```\n\n## Generating DTOs\n\nIf you would like to generate the DTOs yourself, you can use the `generate.sh` script. This script will generate the\nDTOs for all of the plugins, and place them in the `generated/` directory.\n\nBut before that, you will need to compile the `grpc_php_plugin`. Follow [this instruction](https://github.com/grpc/grpc/blob/master/src/php/README.md#grpc_php_plugin-protoc-plugin) to build the file.\n\nThen run:\n\n```bash\n./generate.sh\n```\n\n\u003e Note: You will need to have the `protoc` \u003e= 3.15 binary installed on your system.\n\n## Contribution\n\nContributions are welcome! If you would like to contribute to this project, please open an issue or pull request.\n\n## License\n\nThis repository is licensed under the MIT license. See [LICENSE](./LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froadrunner-php%2Froadrunner-api-dto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froadrunner-php%2Froadrunner-api-dto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froadrunner-php%2Froadrunner-api-dto/lists"}