Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Add GRPC ext to PHP image and separate GRPC PHP compiler/watcher image #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

spaulg
Copy link
Collaborator

@spaulg spaulg commented Sep 22, 2020

Add grpc PHP extension to the PHP base image for communicating with gRPC servers in PHP projects.

Add a grpc compiler image to compile PHP client side code from proto files either as a one off or using a watch mode.

@spaulg spaulg changed the title Feature/grpc ext Add GRPC support to PHP and GRPC compiler/watcher image Sep 22, 2020
@spaulg spaulg changed the title Add GRPC support to PHP and GRPC compiler/watcher image Add GRPC ext to PHP image and separate GRPC PHP compiler/watcher image Sep 22, 2020
Add grpc and protobuf PHP extension to the PHP base image for
communicating with gRPC servers in PHP projects.

Add a grpc watcher/compiler image to compile PHP client side code from
proto files. Allow PHP namespaces to be dropped from the generated
directory structure by specifying a root path that is copied in. This
is for the benefit of Laravel, which uses an App top level
namespace in a folder called app.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant