PHPackages                             matpo/grpc - 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. [API Development](/categories/api)
4. /
5. matpo/grpc

ActiveLibrary[API Development](/categories/api)

matpo/grpc
==========

gRPC library for PHP

v1.56.2(2y ago)02.1kApache-2.0C++PHP &gt;=7.0.0

Since Jun 25Pushed 2y agoCompare

[ Source](https://github.com/matpo/grpc)[ Packagist](https://packagist.org/packages/matpo/grpc)[ Docs](https://grpc.io)[ RSS](/packages/matpo-grpc/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (1)Versions (307)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. 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

37

—

LowBetter than 81% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity78

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 ~11 days

Recently: every ~3 days

Total

238

Last Release

1050d ago

Major Versions

v0.15.2 → v1.0.02016-08-19

PHP version history (2 changes)v0.15.0PHP &gt;=5.5.0

v1.34.0PHP &gt;=7.0.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/60798e89a7693b66ff05f6fd31d81c601fa54282ccc77c9150723cc39c5bad75?d=identicon)[matpo](/maintainers/matpo)

---

Top Contributors

[![ctiller](https://avatars.githubusercontent.com/u/10120821?v=4)](https://github.com/ctiller "ctiller (9481 commits)")[![jtattermusch](https://avatars.githubusercontent.com/u/9939684?v=4)](https://github.com/jtattermusch "jtattermusch (5575 commits)")[![markdroth](https://avatars.githubusercontent.com/u/18664614?v=4)](https://github.com/markdroth "markdroth (2545 commits)")[![vjpai](https://avatars.githubusercontent.com/u/8864912?v=4)](https://github.com/vjpai "vjpai (2147 commits)")[![murgatroid99](https://avatars.githubusercontent.com/u/961599?v=4)](https://github.com/murgatroid99 "murgatroid99 (1990 commits)")[![yashykt](https://avatars.githubusercontent.com/u/4181124?v=4)](https://github.com/yashykt "yashykt (1823 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)")[![ncteisen](https://avatars.githubusercontent.com/u/6148140?v=4)](https://github.com/ncteisen "ncteisen (1250 commits)")[![veblush](https://avatars.githubusercontent.com/u/2793282?v=4)](https://github.com/veblush "veblush (1099 commits)")[![apolcyn](https://avatars.githubusercontent.com/u/9566254?v=4)](https://github.com/apolcyn "apolcyn (1041 commits)")[![gnossen](https://avatars.githubusercontent.com/u/1644595?v=4)](https://github.com/gnossen "gnossen (1000 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 (830 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 (619 commits)")[![kpayson64](https://avatars.githubusercontent.com/u/18316330?v=4)](https://github.com/kpayson64 "kpayson64 (571 commits)")

---

Tags

rpc

### Embed Badge

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

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

###  Alternatives

[apache/thrift

Apache Thrift RPC system

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

gRPC library for PHP

507126.2M211](/packages/grpc-grpc)[sajya/server

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

2392.0M6](/packages/sajya-server)[lstrojny/fxmlrpc

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

1425.6M32](/packages/lstrojny-fxmlrpc)[tivoka/tivoka

The universal JSON-RPC client/server library. JSON-RPC done right!

75161.8k3](/packages/tivoka-tivoka)[jsonrpc/jsonrpc

JSON-RPC 2.0 client/server implementation

44413.7k4](/packages/jsonrpc-jsonrpc)

PHPackages © 2026

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