Skip to content

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

Notifications You must be signed in to change notification settings

jixiaod/thrift-php-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages