php for Apache Dubbo

Clone this repo:

Branches

  1. 1e3a504 Create .asf.yaml by Huang YunKun · 3 years, 9 months ago master
  2. f468622 Merge pull request #24 from crazyxman/master by Xin Wang · 4 years, 5 months ago
  3. 9f827c4 Update README.md by Jinxi Wang · 4 years, 8 months ago
  4. 2ddfc96 Update README.md by Jinxi Wang · 4 years, 8 months ago
  5. 45b1c22 Merge pull request #22 from crazyxman/dev by Huxing Zhang · 4 years, 9 months ago

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)