zing / grpc-metapackage
gRPC meta is a simple composer inclusion list of gRPC: no API, simply require it
Installs: 189
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Type:metapackage
Requires
- php: >=7.0
- ext-grpc: *
- google/protobuf: ^3.23.4
- grpc/grpc: ^1.57
Suggests
- ext-protobuf: For better performance, install the protobuf C extension.
- dev-master
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.1
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
- 0.0.1
- dev-license/copyright-to-2025
- dev-dependabot/github_actions/shivammathur/setup-php-2.32.0
This package is auto-updated.
Last update: 2025-01-02 03:14:01 UTC
README
Environment
Prerequisites
Install the gRPC extension
Please check the gRPC doc.
Install package
Requires PHP 7.0.0+
Require Package gRPC metapackage using Composer:
composer require zing/grpc-metapackage
C implementation (for better performance)
Install the protobuf
extension from PECL:
$ [sudo] pecl install protobuf
or specific version
$ [sudo] pecl install protobuf-3.23.4
And add this to your php.ini
file:
extension=protobuf.so
Current Version
gRPC and protobuf version Compatibility
License
gRPC metapackage is an open-sourced software licensed under the MIT license.