protocolbuffers / protocolbuffers/protobuf
[PHP] - add support for PIE command
Open
@ericsalo is already working on this.
Since Jul 28, 2026.
keep open
php
- Dominant language
- C++
- Stars
- 72k
- Forks
- 16.3k
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 140
Description
Description
There is a new way to install an extension for PHP via the pie command. It's a replacement for the old pecl command. It would be good to have support for it. See https://github.com/php/pie.
Additional context
see https://github.com/php/pie/blob/main/docs/extension-maintainers.md.
pie install google/ext-protobuf
The issue also exists for gRPC ext, see https://github.com/grpc/grpc/issues/38209
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.