# thrift-php
**Repository Path**: chiweng2009/thrift-php
## Basic Information
- **Project Name**: thrift-php
- **Description**: thrift的php版本,c/s调用
- **Primary Language**: PHP
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2015-04-02
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
1. cd tutorial
thrift -r --gen php:server tutorial.thrift
*win下的 thrift.exe 对thrift脚本支持不是太好 需要加个server
2. cd php
php PhpServer.php
php PhpClient.php
*lib和测试文件都是官网提供的,再次剔除了python脚本