togomq / togomq-grpc
This is automated build of TogoMQ protos.
Installs: 179
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/togomq/togomq-grpc
Requires
- php: >=7.0.0
- google/protobuf: ^3.21
- grpc/grpc: ^1.74
This package is auto-updated.
Last update: 2025-12-01 14:38:05 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.