altessa-s / proto-gen-php
Generated PHP bindings (classic grpc/grpc stubs) for the altessa-s/proto schemas.
v0.2.0
2026-05-31 08:59 UTC
Requires
- php: ^8.1
- ext-grpc: *
- google/common-protos: ^4.0
- google/protobuf: ^3.25 || ^4.0
- grpc/grpc: ^1.57
This package is not auto-updated.
Last update: 2026-06-09 04:39:45 UTC
README
Generated PHP bindings (classic grpc/grpc
stubs) for the shared protobuf schemas defined in
altessa-s/proto. Do not edit
files in this repository by hand — they are regenerated and pushed
automatically on every push to main / develop and every vX.Y.Z tag.
For RoadRunner-flavored stubs, see
altessa-s/proto-gen-php-rr.
Install (Composer, VCS-based)
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/altessa-s/proto-gen-php"
}
],
"require": {
"altessa-s/proto-gen-php": "^0.1"
}
}
Runtime prerequisites:
- PHP 8.1+
ext-grpc(PECL extension)grpc/grpcPHP packagegoogle/protobufPHP package
Namespaces
| Proto package | PHP namespace |
|---|---|
io.altessa.badrequest.v1 |
Io\Altessa\Badrequest\V1 |
io.altessa.serviceinfo.v1 |
Io\Altessa\Serviceinfo\V1 |
gRPC client stubs end in *Client.php and extend Grpc\BaseStub.
License
MIT — see LICENSE.