PHPackages                             highperapp/grpc - 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. highperapp/grpc

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

highperapp/grpc
===============

High-Performance gRPC Server with Rust FFI acceleration and pure PHP fallback

1.0(9mo ago)001MITPHPPHP ^8.3|^8.4

Since Jul 27Pushed 9mo agoCompare

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

READMEChangelog (1)Dependencies (7)Versions (2)Used By (1)

HighPer gRPC
============

[](#highper-grpc)

High-Performance gRPC Server with Rust FFI acceleration and pure PHP fallback for ultra-fast RPC communication. Built with Hybrid Multi-Process + Async architecture using AMPHP v3.

Features
--------

[](#features)

- 🚀 **Rust FFI Acceleration** with pure PHP fallback
- 🔄 **Hybrid Multi-Process + Async Architecture** using AMPHP v3
- 🛡️ **Circuit Breaker &amp; Retry Patterns** for fault tolerance
- 📦 **Framework Integration** via PSR-11 service provider
- 🧪 **Comprehensive Testing** (Unit, Integration, Performance, Concurrency, Reliability)
- 🔧 **Standalone &amp; Framework Usage** supported
- 📊 **High Performance** with parallel processing support

Requirements
------------

[](#requirements)

- PHP 8.3+ or PHP 8.4+
- ext-ffi (for Rust acceleration)
- AMPHP v3+
- google/protobuf

Installation
------------

[](#installation)

```
composer require highperapp/grpc
```

Quick Start
-----------

[](#quick-start)

### Standalone Usage

[](#standalone-usage)

```
