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
- Host: GitHub
- URL: https://github.com/nitrictech/php-grpc-docker
- Owner: nitrictech
- Created: 2021-06-19T11:25:09.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-20T03:14:08.000Z (about 5 years ago)
- Last Synced: 2025-03-02T00:28:19.600Z (over 1 year ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```