{"id":16315025,"url":"https://github.com/zingimmick/grpc-metapackage","last_synced_at":"2025-03-22T21:31:21.685Z","repository":{"id":38340768,"uuid":"294616200","full_name":"zingimmick/grpc-metapackage","owner":"zingimmick","description":"gRPC metapackage is a simple composer inclusion list of gRPC: no API, simply require it","archived":false,"fork":false,"pushed_at":"2025-01-02T03:13:48.000Z","size":109,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T14:53:36.180Z","etag":null,"topics":["composer","grpc","metapackage"],"latest_commit_sha":null,"homepage":"","language":null,"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/zingimmick.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2020-09-11T06:45:28.000Z","updated_at":"2025-01-02T03:13:50.000Z","dependencies_parsed_at":"2024-01-04T13:40:57.451Z","dependency_job_id":"8795c800-193e-4902-a6b4-5e0612783b75","html_url":"https://github.com/zingimmick/grpc-metapackage","commit_stats":{"total_commits":108,"total_committers":4,"mean_commits":27.0,"dds":"0.40740740740740744","last_synced_commit":"1565b56db2397abdca8d6aa0445274b1c7dce4ec"},"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zingimmick%2Fgrpc-metapackage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zingimmick%2Fgrpc-metapackage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zingimmick%2Fgrpc-metapackage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zingimmick%2Fgrpc-metapackage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zingimmick","download_url":"https://codeload.github.com/zingimmick/grpc-metapackage/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245022439,"owners_count":20548541,"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","grpc","metapackage"],"created_at":"2024-10-10T21:55:53.426Z","updated_at":"2025-03-22T21:31:21.347Z","avatar_url":"https://github.com/zingimmick.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# gRPC metapackage\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/zingimmick/grpc-metapackage/actions\"\u003e\u003cimg src=\"https://github.com/zingimmick/grpc-metapackage/actions/workflows/tests.yml/badge.svg?branch=master\" alt=\"Build Status\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/zing/grpc-metapackage\"\u003e\u003cimg src=\"https://poser.pugx.org/zing/grpc-metapackage/v/stable.svg\" alt=\"Latest Stable Version\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/zing/grpc-metapackage\"\u003e\u003cimg src=\"https://poser.pugx.org/zing/grpc-metapackage/downloads\" alt=\"Total Downloads\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/zing/grpc-metapackage\"\u003e\u003cimg src=\"https://poser.pugx.org/zing/grpc-metapackage/v/unstable.svg\" alt=\"Latest Unstable Version\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/zing/grpc-metapackage\"\u003e\u003cimg src=\"https://poser.pugx.org/zing/grpc-metapackage/license\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Environment\n\n### Prerequisites\n\n#### Install the gRPC extension\n\nPlease check the [gRPC](https://github.com/grpc/grpc/tree/master/src/php#overview) doc.\n\n#### Install package\n\n\u003e **Requires [PHP 7.0.0+](https://php.net/releases/)**\n\nRequire Package gRPC metapackage using [Composer](https://getcomposer.org):\n\n```bash\ncomposer require zing/grpc-metapackage\n```\n\n#### C implementation (for better performance)\n\nInstall the `protobuf` extension from PECL:\n\n``` sh\n$ [sudo] pecl install protobuf\n```\nor specific version\n\n``` sh\n$ [sudo] pecl install protobuf-3.23.4\n```\n\nAnd add this to your `php.ini` file:\n\n```sh\nextension=protobuf.so\n```\n\n## Current Version\n\n| gRPC | protobuf | package | \n| --- | --- | --- | \n| [![Latest Stable Version](https://poser.pugx.org/grpc/grpc/v)](https://packagist.org/packages/grpc/grpc) | [![Latest Stable Version](https://poser.pugx.org/google/protobuf/v)](https://packagist.org/packages/google/protobuf) | [![Latest Stable Version](https://poser.pugx.org/zing/grpc-metapackage/v)](https://packagist.org/packages/zing/grpc-metapackage) |\n\n## gRPC and protobuf version Compatibility\n\n| gRPC    | protobuf  | package | Supported          |\n|---------|-----------|---------|--------------------|\n| v1.0.0  | 3.0.0(GA) | 1.0.0   | :white_check_mark: |\n| v1.0.1  | 3.0.2     | 1.1.0   | :white_check_mark: |\n| v1.1.0  | 3.1.0     | 1.2.0   | :white_check_mark: |\n| v1.2.0  | 3.2.0     | 1.3.0   | :white_check_mark: |\n| v1.3.4  | 3.3.0     | 1.4.0   | :white_check_mark: |\n| v1.3.5  | 3.2.0     | 1.5.0   | :white_check_mark: |\n| v1.4.0  | 3.3.0     | 1.6.0   | :white_check_mark: |\n| v1.6.0  | 3.4.0     | 1.7.0   | :white_check_mark: |\n| v1.8.0  | 3.5.0     | 1.8.0   | :white_check_mark: |\n| v1.12.0 | 3.5.2     | 1.9.0   | :white_check_mark: |\n| v1.13.1 | 3.5.2     | 1.10.0  | :white_check_mark: |\n| v1.14.2 | 3.5.2     | 1.11.0  | :white_check_mark: |\n| v1.15.1 | 3.6.1     | 1.12.0  | :white_check_mark: |\n| v1.16.1 | 3.6.1     | 1.13.0  | :white_check_mark: |\n| v1.17.2 | 3.6.1     | 1.14.0  | :white_check_mark: |\n| v1.18.0 | 3.6.1     | 1.15.0  | :white_check_mark: |\n| v1.19.1 | 3.6.1     | 1.16.0  | :white_check_mark: |\n| v1.20.1 | 3.7.0     | 1.17.0  | :white_check_mark: |\n| v1.21.3 | 3.7.0     | 1.18.0  | :white_check_mark: |\n| v1.22.0 | 3.8.0     | 1.19.0  | :white_check_mark: |\n| v1.23.1 | 3.8.0     | 1.20.0  | :white_check_mark: |\n| v1.24.0 | 3.8.0     | 1.21.0  | :white_check_mark: |\n| v1.25.0 | 3.8.0     | 1.22.0  | :white_check_mark: |\n| v1.26.0 | 3.8.0     | 1.23.0  | :white_check_mark: |\n| v1.27.3 | 3.11.2    | 1.24.0  | :white_check_mark: |\n| v1.28.1 | 3.11.2    | 1.25.0  | :white_check_mark: |\n| v1.29.0 | 3.11.2    | 1.26.0  | :white_check_mark: |\n| v1.30.0 | 3.12.2    | 1.27.0  | :white_check_mark: |\n| v1.34.0 | 3.13.0    | 1.28.0  | :white_check_mark: |\n| v1.35.0 | 3.14.0    | 1.29.0  | :white_check_mark: |\n| v1.36.0 | 3.14.0    | 1.30.0  | :white_check_mark: |\n| v1.38.0 | 3.15.8    | 1.31.0  | :white_check_mark: |\n| v1.39.0 | 3.15.8    | 1.32.0  | :white_check_mark: |\n| v1.42.0 | 3.18.1    | 1.33.0  | :white_check_mark: |\n| v1.52.0 | 3.21.6    | 1.34.0  | :white_check_mark: |\n| v1.57.0 | 3.23.4    | 1.35.0  | :white_check_mark: |\n\n## License\n\ngRPC metapackage is an open-sourced software licensed under the [MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzingimmick%2Fgrpc-metapackage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzingimmick%2Fgrpc-metapackage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzingimmick%2Fgrpc-metapackage/lists"}