memfinis / openswoole-grpc
There is no license information available for the latest version (dev-main) of this package.
OpenSwoole GRPC framework for building high performance services
dev-main
2022-07-02 20:12 UTC
Requires
- php: >=7.4
- google/protobuf: ^3.19
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.6
- openswoole/ide-helper: ~4.10.2
- phpunit/phpunit: ^9.5
- vimeo/psalm: ^4.6
This package is not auto-updated.
Last update: 2025-03-24 06:58:47 UTC
README
OpenSwoole GRPC is an open-source high-performance GRPC solution for PHP including server side and client side implementation.
GRPC is a high performance, open source universal RPC framework. OpenSwoole GRPC is a high performance integration solution for building cloud-native multiple language microservices architecture.
Features
- Native GRPC implementation compliant
- PHP/PHP-FPM GRPC client compliant
- OpenSwoole GRPC Compiler provided
- GRPC unary mode support
- GRPC server side stream mode
- GRPC server side interceptors
- GRPC client side connection pooling and multiplexing
Example
You can find example helloworld project at /example.
Next steps:
- Create
.proto
for your service - Generate PHP stub codes with Open Swoole GRPC Compiler
- Implement your own service
- Integrate with GRPC service with GRPC client
License
OpenSwoole GRPC is open-sourced software licensed under the Apache 2.0 license.