https://github.com/grpc/grpc-php-ext
Mirror of grpc/grpc for PHP PIE extension
https://github.com/grpc/grpc-php-ext
Last synced: 3 days ago
JSON representation
Mirror of grpc/grpc for PHP PIE extension
- Host: GitHub
- URL: https://github.com/grpc/grpc-php-ext
- Owner: grpc
- License: apache-2.0
- Created: 2026-06-25T01:50:16.000Z (11 days ago)
- Default Branch: main
- Last Pushed: 2026-07-02T11:27:30.000Z (4 days ago)
- Last Synced: 2026-07-02T13:22:45.097Z (3 days ago)
- Language: C
- Size: 8.78 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gRPC PHP Extension Mirror (PIE)
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](https://github.com/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:
```bash
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.