PHPackages                             shumkov/grpc-everywhere - 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. shumkov/grpc-everywhere

ActiveLibrary

shumkov/grpc-everywhere
=======================

1025[1 issues](https://github.com/shumkov/grpc-everywhere-php/issues)PHP

Since Jun 27Pushed 8y ago3 watchersCompare

[ Source](https://github.com/shumkov/grpc-everywhere-php)[ Packagist](https://packagist.org/packages/shumkov/grpc-everywhere)[ RSS](/packages/shumkov-grpc-everywhere/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

GRPC Everywhere for PHP
=======================

[](#grpc-everywhere-for-php)

Usage
=====

[](#usage)

1. Compile your proto file for PHP and require files
2. Install library via composer `composer require shumkov/grpc-everywhere`
3. Append psr7 middleware to your PHP application:

```
require_once 'vendor/autoload.php'

$application = new \ExampleApp\Application();

$service = new \GrpcEverywhere\Service(
    'test.greeter',
    'Greeter'
);

$service->setHandler('sayHello', new \ExampleApp\SayHelloHandler());

$application->add(new \GrpcEverywhere\Middleware(
    $service,
    new \GrpcEverywhere\Dispatcher(
        new \DrSlump\Protobuf\Codec\Json(),
        new \GrpcEverywhere\MessageClassNameResolver()
    )
));

$application->run();
```

Read code and have fun. Documentation will be soon.

MIT License
-----------

[](#mit-license)

Copyright (c) 2016 Ivan Shumkov

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

22

—

LowBetter than 23% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/b15a2973ae35e8cd86b7a92a3967d861b1dd9d1882c6b3cb9b4c67760f705092?d=identicon)[Shumkov](/maintainers/Shumkov)

---

Top Contributors

[![shumkov](https://avatars.githubusercontent.com/u/24296?v=4)](https://github.com/shumkov "shumkov (3 commits)")

### Embed Badge

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

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

PHPackages © 2026

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