PHPackages                             hetao29/php-grpc-server-thrift - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [DevOps &amp; Deployment](/categories/devops)
4. /
5. hetao29/php-grpc-server-thrift

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

hetao29/php-grpc-server-thrift
==============================

The php grpc server framework with thrift and DO NOT use any 3rd libraries.

1.0.0(4y ago)18MITPHP

Since Jan 4Pushed 4y ago1 watchersCompare

[ Source](https://github.com/hetao29/php-grpc-server-thrift)[ Packagist](https://packagist.org/packages/hetao29/php-grpc-server-thrift)[ Docs](https://github.com/hetao29/php-grpc-server-thrift)[ RSS](/packages/hetao29-php-grpc-server-thrift/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

php-grpc-server-thrift
======================

[](#php-grpc-server-thrift)

The php grpc server framework with thrift and DO NOT use any 3rd libraries.

Architecture
============

[](#architecture)

gRPC Client =&gt; nginx =&gt; php-fpm =&gt; this framework =&gt; custom services

Usage
=====

[](#usage)

1. install with composer

```
composer require "hetao29/php-grpc-server-thrift:1.0.0"
```

2. use in php file, like samples/www/index.php

```
