zing/grpc-metapackage

gRPC meta is a simple composer inclusion list of gRPC: no API, simply require it

1.35.0 2023-12-05 16:04 UTC

README

Build Status Latest Stable Version Total Downloads Latest Unstable Version License

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.