togomq / togomq-grpc
This is automated build of TogoMQ protos.
dev-main
2025-12-01 14:34 UTC
Requires
- php: >=7.0.0
- google/protobuf: ^3.21
- grpc/grpc: ^1.74
This package is auto-updated.
Last update: 2026-03-01 00:48:15 UTC
README
This directory contains PHP source files automatically generated from Protocol Buffer (.proto) definitions.
About TogoMQ
This package is maintained by TogoMQ, a SaaS company providing modern messaging solutions.
Overview
- Purpose: Provides Go types and gRPC service stubs for use in applications.
- Do not edit: All files in this package are generated. Manual changes will be overwritten.
- Regeneration: To update, re-run the Protocol Buffer compiler (
protoc) with the appropriate plugins.
Usage
Use the generated PHP classes in your project to work with the message types and services.
Install with Composer
composer require togomq/togomq-grpc:dev-main
Usage Example
use Mq\V1\MqServiceClient; use Mq\V1\CountMessagesRequest; // ...
Use the namespaces above to include the generated types and services in your PHP project.
Generated by bufbuild/buf and the Protocol Buffer compiler.