rodrigodiez / php-protobuf-rpc
Easily create PHP RPC services based on Google Protobuffers and interact with them over any transport protocol
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/rodrigodiez/php-protobuf-rpc
Requires
- php: ^5.5 || ^7.0
- ext-protobuf: *
- psr/container: ^1.0
Requires (Dev)
- phpspec/phpspec: ^4.3
This package is not auto-updated.
Last update: 2025-12-12 08:31:30 UTC
README
Easily create PHP RPC services based on Google Protobuffers and interact with them over any transport protocol
See also
- Symfony ProtobufRPCBundle integrates php-protobuf-rpc into Symfony PHP Framework