Skip to content
Snippets Groups Projects
Commit 2078a663 authored by Mateusz Charytoniuk's avatar Mateusz Charytoniuk
Browse files

chore: grpc draft

parent fa347228
No related branches found
No related tags found
No related merge requests found
---
collections:
- documents
draft: true
layout: dm:document
parent: docs/features/index
title: gRPC
description: >
Use gRPC for remote procedure calls and interoperability.
---
# gRPC
# Installation
You can find instruction on the official
[Google documentation page](https://cloud.google.com/php/grpc).
On Debian-based systems:
```shell
$ sudo apt install autoconf zlib1g-dev php-dev php-pear
$ sudo pecl install grpc
$ sudo pecl install protobuf
```
# Usage
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment