项目作者: apache

项目描述 :
php for Apache Dubbo
高级语言: PHP
项目地址: git://github.com/apache/dubbo-php-framework.git
创建时间: 2018-06-28T08:25:17Z
项目社区:https://github.com/apache/dubbo-php-framework

开源协议:Apache License 2.0

下载


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)