Skip to content

Commit 39da80e

Browse files
committed
chore: add README content
1 parent 10f0073 commit 39da80e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@
66
composer require thesis/grpc
77
```
88

9+
### Contents
10+
- [Requirements](#requirements)
11+
- [Unary requests](#unary-requests)
12+
- [Implementing the Server](#implementing-the-server)
13+
- [Starting the Server](#starting-the-server)
14+
- [Using the Client](#using-the-client)
15+
- [Error handling](#error-handling)
16+
- [Compression](#compression)
17+
- [Interceptors](#interceptors)
18+
- [Stream decorators](#stream-decorators)
19+
- [Client streaming](#client-streaming)
20+
- [Server streaming](#server-streaming)
21+
- [Bidirectional streaming](#bidirectional-streaming)
22+
923
---
1024

1125
This library implements non-blocking gRPC for PHP. It supports all the advantages of the gRPC framework, including client, server, and bidirectional streaming — not to mention the ability to run PHP as a gRPC **server**, not just a client.

0 commit comments

Comments
 (0)