PHPackages                             altessa-s/proto-gen-php-rr - 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. altessa-s/proto-gen-php-rr

ActiveLibrary[API Development](/categories/api)

altessa-s/proto-gen-php-rr
==========================

Generated PHP bindings (RoadRunner gRPC stubs) for the altessa-s/proto schemas.

v0.3.0(2w ago)01MITPHPPHP ^8.1CI passing

Since May 14Pushed 2w agoCompare

[ Source](https://github.com/altessa-s/proto-gen-php-rr)[ Packagist](https://packagist.org/packages/altessa-s/proto-gen-php-rr)[ RSS](/packages/altessa-s-proto-gen-php-rr/feed)WikiDiscussions develop Synced 1w ago

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

proto-gen-php-rr
================

[](#proto-gen-php-rr)

Generated PHP bindings (RoadRunner gRPC stubs via [`spiral/roadrunner-grpc`](https://github.com/roadrunner-server/roadrunner-grpc)) for the [altessa-s/proto](https://github.com/altessa-s/proto) schema.

This repository is auto-generated. Do not edit its files by hand — they are regenerated from [`altessa-s/proto`](https://github.com/altessa-s/proto) and pushed automatically on every push to `main` / `develop` and every `vX.Y.Z`tag. The only hand-maintained file is this `README.md`.

For the classic `grpc/grpc` stubs, see [`altessa-s/proto-gen-php`](https://github.com/altessa-s/proto-gen-php).

Installation
------------

[](#installation)

Composer, VCS-based:

```
{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/altessa-s/proto-gen-php-rr"
        }
    ],
    "require": {
        "altessa-s/proto-gen-php-rr": "^0.1"
    }
}
```

Runtime prerequisites:

- PHP 8.1+
- `spiral/roadrunner-grpc` (`^3.0`)
- `google/protobuf` (`^3.25 || ^4.0`)
- `google/common-protos` (`^4.0`)
- RoadRunner application server with the `grpc` plugin enabled

Packages
--------

[](#packages)

Classes are PSR-4 autoloaded under the `Io\Altessa\` prefix. Service stubs are emitted as `Interface.php`, used both by RoadRunner server implementations and as client contracts.

Proto packagePHP namespaceDescription`io.altessa.badrequest.v1``Io\Altessa\Badrequest\V1``BadRequest` / `FieldViolation` error-detail payload for a `google.rpc.Status` with `INVALID_ARGUMENT`.`io.altessa.serviceinfo.v1``Io\Altessa\Serviceinfo\V1``ServiceInfo` runtime metadata plus the `ServiceInfoService.GetServiceInfo` introspection RPC.`io.altessa.type.v1``Io\Altessa\Type\V1`General-purpose, domain-neutral value types (`Contact`, `DatePeriod`, `FileRef`, …) reused across services.Usage
-----

[](#usage)

Implement the generated service interface on your RoadRunner worker:

```
use Io\Altessa\Serviceinfo\V1\ServiceInfoServiceInterface;
use Io\Altessa\Serviceinfo\V1\GetServiceInfoRequest;
use Io\Altessa\Serviceinfo\V1\GetServiceInfoResponse;
use Io\Altessa\Serviceinfo\V1\ServiceInfo;
use Spiral\RoadRunner\GRPC\ContextInterface;

final class ServiceInfoService implements ServiceInfoServiceInterface
{
    public function GetServiceInfo(
        ContextInterface $ctx,
        GetServiceInfoRequest $in,
    ): GetServiceInfoResponse {
        $info = (new ServiceInfo())
            ->setServiceName('billing-api')
            ->setFullVersion('1.4.2+build.873');

        return (new GetServiceInfoResponse())->setServiceInfo($info);
    }
}
```

RoadRunner configuration
------------------------

[](#roadrunner-configuration)

The `.proto` source files are shipped under `proto/` alongside the generated stubs because RoadRunner's gRPC plugin loads them at server startup (its YAML `grpc.proto:` list takes file paths, not the generated descriptors).

`.rr.yaml`:

```
grpc:
  listen: tcp://0.0.0.0:9001
  proto:
    - "vendor/altessa-s/proto-gen-php-rr/proto/io/altessa/serviceinfo/v1/serviceinfo_service.proto"
```

`io/altessa/badrequest/v1/badrequest.proto` and the value types under `io/altessa/type/v1/` are message-only schemas and do not need to appear in the `proto:` list.

Versioning
----------

[](#versioning)

Versions track [`altessa-s/proto`](https://github.com/altessa-s/proto): a `vX.Y.Z` tag on the schema repo produces the same release here, and the `main` / `develop` branches follow the matching schema branches.

Contributing
------------

[](#contributing)

This repository contains generated output only. To change what appears here, edit the schemas or generation config in [`altessa-s/proto`](https://github.com/altessa-s/proto); the next sync regenerates and republishes these bindings.

License
-------

[](#license)

MIT — see [LICENSE](LICENSE).

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance96

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 60% 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.

###  Release Activity

Cadence

Every ~13 days

Total

5

Last Release

19d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/154854826?v=4)[ALTESSA SOLUTIONS INC](/maintainers/altessa-s)[@altessa-s](https://github.com/altessa-s)

---

Top Contributors

[![adobkin](https://avatars.githubusercontent.com/u/705416?v=4)](https://github.com/adobkin "adobkin (9 commits)")[![melentev-av](https://avatars.githubusercontent.com/u/9736557?v=4)](https://github.com/melentev-av "melentev-av (3 commits)")[![Sinersis](https://avatars.githubusercontent.com/u/9736557?v=4)](https://github.com/Sinersis "Sinersis (3 commits)")

---

Tags

altessaphpphp8protobufroadrunner

### Embed Badge

![Health badge](/badges/altessa-s-proto-gen-php-rr/health.svg)

```
[![Health](https://phpackages.com/badges/altessa-s-proto-gen-php-rr/health.svg)](https://phpackages.com/packages/altessa-s-proto-gen-php-rr)
```

###  Alternatives

[google/gax

Google API Core for PHP

267116.3M574](/packages/google-gax)[clarifai/clarifai-php-grpc

Clarifai PHP gRPC client

1229.7k](/packages/clarifai-clarifai-php-grpc)[temporal/sdk

Temporal SDK

4072.9M25](/packages/temporal-sdk)[google/common-protos

Google API Common Protos for PHP

175117.7M76](/packages/google-common-protos)[googleads/google-ads-php

Google Ads API client for PHP

3508.5M14](/packages/googleads-google-ads-php)[google/cloud

Google Cloud Client Library

1.2k16.7M57](/packages/google-cloud)

PHPackages © 2026

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