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.
This package is auto-updated.
Last update: 2024-11-05 17:23:56 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.