Registry / networking / grpc-grpc

grpc-grpc

JSON →
library1.81.0phppackagistunverified

gRPC library for PHP

composer require grpc/grpc
INSTALL
IMPORT
SIG · GRPC-GRPC
G
grpc-grpc
networkingphpv1.81.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ChannelCredentials
use Grpc\ChannelCredentials;

Create a gRPC client with insecure credentials.

use Grpc\ChannelCredentials; $credentials = ChannelCredentials::createInsecure(); $client = new Helloworld\GreeterClient('localhost:50051', ['credentials' => $credentials]);
Debug
Known issues
breakinggRPC PHP requires the grpc extension to be installed.
fix
Install the grpc PHP extension via pecl or compile from source.
affects: *
Upgrade
Version history
1.81.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
28
OpenAI (training)
1
Resources
grpc-grpc — pip install grpc-grpc · libregistry