An open API service indexing awesome lists of open source software.

https://github.com/nitrictech/php-grpc-docker

Docker image build including grpc extension for PHP
https://github.com/nitrictech/php-grpc-docker

Last synced: 9 months ago
JSON representation

Docker image build including grpc extension for PHP

Awesome Lists containing this project

README

          

# php-grpc-docker

Installing the grpc and protobuf PHP extensions with pecl is time consuming, this project builds and pushes a Docker Image with these steps completed, saving time on individual PHP function builds.

## Build and Tag

Useful for local testing.

```bash
# Using make
make

# Or, instead using Docker directly
docker build . -t nitricimages/php8.0-grpc-ext
```