bshaffer/grpc-php-ext

There is no license information available for the latest version (v0.1.5) of this package.

testing the gRPC PHP Extension

Maintainers

Package info

github.com/bshaffer/grpc-php-ext

Language:C

Type:php-ext

Ext name:ext-bshaffergrpctesting

pkg:composer/bshaffer/grpc-php-ext

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.5 2026-06-24 17:31 UTC

This package is auto-updated.

Last update: 2026-06-24 17:32:13 UTC


README

This repository is a read-only mirror of the gRPC C-Core and PHP extension wrapper source code, optimized for installation using PIE (PHP Installer for Extensions).

Development of the gRPC PHP extension takes place inside the main monorepo at grpc/grpc. Please submit all issues, feature requests, and pull requests to the main repository.

Installation via PIE

You can install this extension using PIE:

pie install grpc/grpc-php-ext

Ensure your system has the required build tools (like make, gcc, autoconf, phpize) installed prior to running the installation command.