dubbo-php-framework

php for Apache Dubbo

Github星跟踪图

php framework for apache dubbo

dubbo-php-framework is a RPC communication framework for PHP language. It is fully compatible with Dubbo protocol, and can be used as provider terminal and consumer terminal simultaneously. Using zookeeper for service registration discovery, and using fastjson and hessian for Serialization.

image

Introduction

  • php provider runs in multiple processes. The worker process is used to process specific business, the manager process controls the lifecycle of the worker process, and the master process processes the network IO.
  • Agent monitors the change of provider address information in registry and synchronizes them to local redis for all php consumers on the machine to share.
  • php consumer、redis and agent are deployed on all consumer machines and communicate with each other on unix socket.
  • provider_admin is deployed on all provider machines to control the lifecycle of all php providers on that machine.

Quick start (Chinese)
Installation guide (Chinese)
Configuration guide (Chinese)

主要指标

概览
名称与所有者apache/dubbo-php-framework
主编程语言PHP
编程语言Makefile (语言数: 5)
平台
许可证Apache License 2.0
所有者活动
创建于2018-06-28 08:25:17
推送于2020-08-10 09:30:16
最后一次提交2020-08-10 17:30:15
发布数0
用户参与
星数403
关注者数83
派生数93
提交数32
已启用问题?
问题数21
打开的问题数18
拉请求数6
打开的拉请求数1
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?