Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions tools/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# PHP gRPC Tools

This directory contains protoc and the PHP gRPC protoc plugin for Windows, Linux, and Mac.

Before this composer package is published, the following directories should be filled with the corresponding `protoc` and `grpc_php_plugin` executables.

- `bin/x86-linux`
- `bin/x86_64-linux`
- `bin/x86-macos`
- `bin/x86_64-macos`
- `bin/x86-windows`
- `bin/x86_64-windows`
Binary file added tools/bin/x86-linux/grpc_php_plugin
Binary file not shown.
Binary file added tools/bin/x86-linux/protoc
Binary file not shown.
Binary file added tools/bin/x86-macos/grpc_php_plugin
Binary file not shown.
Binary file added tools/bin/x86-macos/protoc
Binary file not shown.
Binary file added tools/bin/x86-windows/grpc_php_plugin.exe
Binary file not shown.
Binary file added tools/bin/x86-windows/protoc.exe
Binary file not shown.
Binary file added tools/bin/x86_64-linux/grpc_php_plugin
Binary file not shown.
Binary file added tools/bin/x86_64-linux/protoc
Binary file not shown.
Binary file added tools/bin/x86_64-macos/grpc_php_plugin
Binary file not shown.
Binary file added tools/bin/x86_64-macos/protoc
Binary file not shown.
Binary file added tools/bin/x86_64-windows/grpc_php_plugin.exe
Binary file not shown.
Binary file added tools/bin/x86_64-windows/protoc.exe
Binary file not shown.