PHPackages                             farazahmadk/grpc\_extension - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. farazahmadk/grpc\_extension

ActivePhp-ext

farazahmadk/grpc\_extension
===========================

gRPC C extension for PHP managed via PIE

v1.81.0(4d ago)00[1 PRs](https://github.com/farazahmadkhan/grpc-pie-extension/pulls)Apache-2.0C++PHP &gt;=7.1.0CI failing

Since Feb 24Pushed todayCompare

[ Source](https://github.com/farazahmadkhan/grpc-pie-extension)[ Packagist](https://packagist.org/packages/farazahmadk/grpc_extension)[ Docs](https://grpc.io)[ RSS](/packages/farazahmadk-grpc-extension/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (7)Used By (0)

gRPC – An RPC library and framework
===================================

[](#grpc--an-rpc-library-and-framework)

gRPC is a modern, open source, high-performance remote procedure call (RPC) framework that can run anywhere. gRPC enables client and server applications to communicate transparently, and simplifies the building of connected systems.

  **Homepage:** [grpc.io](https://grpc.io/)   **Mailing List:** [grpc-io@googlegroups.com](https://groups.google.com/forum/#!forum/grpc-io) [![Join the chat at https://gitter.im/grpc/grpc](https://camo.githubusercontent.com/ef5b7a1f1ef091028e4e7d1c7770ae39fc513ac506724657455ccea894be6898/68747470733a2f2f6261646765732e6769747465722e696d2f677270632f677270632e737667)](https://gitter.im/grpc/grpc?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

To start using gRPC
-------------------

[](#to-start-using-grpc)

To maximize usability, gRPC supports the standard method for adding dependencies to a user's chosen language (if there is one). In most languages, the gRPC runtime comes as a package available in a user's language package manager.

For instructions on how to use the language-specific gRPC runtime for a project, please refer to these documents

- [C++](src/cpp): follow the instructions under the `src/cpp` directory
- [C#/.NET](https://github.com/grpc/grpc-dotnet): NuGet packages `Grpc.Net.Client`, `Grpc.AspNetCore.Server`
- [Dart](https://github.com/grpc/grpc-dart): pub package `grpc`
- [Go](https://github.com/grpc/grpc-go): `go get google.golang.org/grpc`
- [Java](https://github.com/grpc/grpc-java): Use JARs from Maven Central Repository
- [Kotlin](https://github.com/grpc/grpc-kotlin): Use JARs from Maven Central Repository
- [Node](https://github.com/grpc/grpc-node): `npm install @grpc/grpc-js`
- [Objective-C](src/objective-c): Add `gRPC-ProtoRPC` dependency to podspec
- [PHP](src/php): `pecl install grpc`
- [Python](src/python/grpcio): `pip install grpcio`
- [Ruby](src/ruby): `gem install grpc`
- [WebJS](https://github.com/grpc/grpc-web): follow the grpc-web instructions

Per-language quickstart guides and tutorials can be found in the [documentation section on the grpc.io website](https://grpc.io/docs/). Code examples are available in the [examples](examples) directory.

Precompiled bleeding-edge package builds of gRPC `master` branch's `HEAD` are uploaded daily to [packages.grpc.io](https://packages.grpc.io).

To start developing gRPC
------------------------

[](#to-start-developing-grpc)

Contributions are welcome!

Please read [How to contribute](CONTRIBUTING.md) which will guide you through the entire workflow of how to build the source code, how to run the tests, and how to contribute changes to the gRPC codebase. For detailed C++ build instructions, see [Building from source](BUILDING.md). The "How to contribute" document also contains info on how the contribution process works and contains best practices for creating contributions.

Troubleshooting
---------------

[](#troubleshooting)

Sometimes things go wrong. Please check out the [Troubleshooting guide](TROUBLESHOOTING.md) if you are experiencing issues with gRPC.

Performance
-----------

[](#performance)

See the [Performance dashboard](https://grafana-dot-grpc-testing.appspot.com/)for performance numbers of master branch daily builds.

Concepts
--------

[](#concepts)

See [gRPC Concepts](CONCEPTS.md)

About This Repository
---------------------

[](#about-this-repository)

This repository contains source code for gRPC libraries implemented in multiple languages written on top of a shared C++ core library [src/core](src/core).

Libraries in different languages may be in various states of development. We are seeking contributions for all of these libraries:

LanguageSourceShared C++ \[core library\][src/core](src/core)C++[src/cpp](src/cpp)Ruby[src/ruby](src/ruby)Python[src/python](src/python)PHP[src/php](src/php)C# (core library based)[src/csharp](src/csharp)Objective-C[src/objective-c](src/objective-c)LanguageSource repoJava[grpc-java](https://github.com/grpc/grpc-java)Kotlin[grpc-kotlin](https://github.com/grpc/grpc-kotlin)Go[grpc-go](https://github.com/grpc/grpc-go)NodeJS[grpc-node](https://github.com/grpc/grpc-node)WebJS[grpc-web](https://github.com/grpc/grpc-web)Dart[grpc-dart](https://github.com/grpc/grpc-dart).NET (pure C# impl.)[grpc-dotnet](https://github.com/grpc/grpc-dotnet)Swift[grpc-swift](https://github.com/grpc/grpc-swift)

###  Health Score

46

—

FairBetter than 92% of packages

Maintenance100

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor5

5 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~849 days

Total

5

Last Release

4d ago

PHP version history (2 changes)v1.1.3PHP &gt;=5.5.0

v1.81.0PHP &gt;=7.1.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/79787804?v=4)[faraz337](/maintainers/faraz337)[@Faraz337](https://github.com/Faraz337)

---

Top Contributors

[![ctiller](https://avatars.githubusercontent.com/u/10120821?v=4)](https://github.com/ctiller "ctiller (10517 commits)")[![jtattermusch](https://avatars.githubusercontent.com/u/9939684?v=4)](https://github.com/jtattermusch "jtattermusch (5598 commits)")[![markdroth](https://avatars.githubusercontent.com/u/18664614?v=4)](https://github.com/markdroth "markdroth (2968 commits)")[![vjpai](https://avatars.githubusercontent.com/u/8864912?v=4)](https://github.com/vjpai "vjpai (2147 commits)")[![yashykt](https://avatars.githubusercontent.com/u/4181124?v=4)](https://github.com/yashykt "yashykt (2089 commits)")[![murgatroid99](https://avatars.githubusercontent.com/u/961599?v=4)](https://github.com/murgatroid99 "murgatroid99 (2034 commits)")[![nicolasnoble](https://avatars.githubusercontent.com/u/7281574?v=4)](https://github.com/nicolasnoble "nicolasnoble (1804 commits)")[![dgquintas](https://avatars.githubusercontent.com/u/120217?v=4)](https://github.com/dgquintas "dgquintas (1674 commits)")[![yang-g](https://avatars.githubusercontent.com/u/10122250?v=4)](https://github.com/yang-g "yang-g (1662 commits)")[![lidizheng](https://avatars.githubusercontent.com/u/7394928?v=4)](https://github.com/lidizheng "lidizheng (1406 commits)")[![veblush](https://avatars.githubusercontent.com/u/2793282?v=4)](https://github.com/veblush "veblush (1336 commits)")[![ncteisen](https://avatars.githubusercontent.com/u/6148140?v=4)](https://github.com/ncteisen "ncteisen (1250 commits)")[![apolcyn](https://avatars.githubusercontent.com/u/9566254?v=4)](https://github.com/apolcyn "apolcyn (1109 commits)")[![gnossen](https://avatars.githubusercontent.com/u/1644595?v=4)](https://github.com/gnossen "gnossen (1022 commits)")[![sreecha](https://avatars.githubusercontent.com/u/2754995?v=4)](https://github.com/sreecha "sreecha (952 commits)")[![stanley-cheung](https://avatars.githubusercontent.com/u/11674202?v=4)](https://github.com/stanley-cheung "stanley-cheung (853 commits)")[![tanvi-jagtap](https://avatars.githubusercontent.com/u/139093547?v=4)](https://github.com/tanvi-jagtap "tanvi-jagtap (685 commits)")[![y-zeng](https://avatars.githubusercontent.com/u/17460127?v=4)](https://github.com/y-zeng "y-zeng (677 commits)")[![jcanizales](https://avatars.githubusercontent.com/u/5120183?v=4)](https://github.com/jcanizales "jcanizales (632 commits)")[![mehrdada](https://avatars.githubusercontent.com/u/900411?v=4)](https://github.com/mehrdada "mehrdada (620 commits)")

---

Tags

rpc

### Embed Badge

![Health badge](/badges/farazahmadk-grpc-extension/health.svg)

```
[![Health](https://phpackages.com/badges/farazahmadk-grpc-extension/health.svg)](https://phpackages.com/packages/farazahmadk-grpc-extension)
```

###  Alternatives

[apache/thrift

Apache Thrift RPC system

10.9k2.1M45](/packages/apache-thrift)[grpc/grpc

gRPC library for PHP

507126.2M211](/packages/grpc-grpc)[lstrojny/fxmlrpc

Fast and tiny XML/RPC client with bridges for various HTTP clients

1465.6M32](/packages/lstrojny-fxmlrpc)[sajya/server

Easy implementation of the JSON-RPC 2.0 server for the Laravel framework.

2392.0M6](/packages/sajya-server)[datto/json-rpc

Fully unit-tested JSON-RPC 2.0 for PHP

1951.3M14](/packages/datto-json-rpc)[twirp/twirp

PHP port of Twitch's Twirp RPC framework

1581.1M5](/packages/twirp-twirp)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
