dubbo-php-framework

php for Apache Dubbo

Github stars Tracking Chart

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)

Main metrics

Overview
Name With Ownerapache/dubbo-php-framework
Primary LanguagePHP
Program languageMakefile (Language Count: 5)
Platform
License:Apache License 2.0
所有者活动
Created At2018-06-28 08:25:17
Pushed At2020-08-10 09:30:16
Last Commit At2020-08-10 17:30:15
Release Count0
用户参与
Stargazers Count403
Watchers Count83
Fork Count93
Commits Count32
Has Issues Enabled
Issues Count21
Issue Open Count18
Pull Requests Count6
Pull Requests Open Count1
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private