GitHunt
JI

jixiaod/thrift-php-demo

This is a demo code of thrift rpc that using php language.

Thrif Demo

This is a demo code of thrift rpc that using php language.

Require

Thritf Install

Generate Code

    ~# thrift -r -gen php:server demo.thrift

Run Server

    ~# cd php
    ~# python runserver.py

Run Client

    ~# cd php
    ~# php PhpClient.php --http

Languages

PHP99.4%Python0.6%Thrift0.1%

Contributors

Created December 30, 2015
Updated June 19, 2018
jixiaod/thrift-php-demo | GitHunt