Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 798 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 798 Bytes

PHP gRPC RPM Package

This repository is the result of my learning how to create a Linux RPM package. I needed to be able to easily install the PHP extension for gRPC into a Elastic Beanstalk managed server running Amazon Linux 2.

I learned a lot from Remi's RPM repository epecially their source code for php-pecl-grpc.

This repository build an rpm package for ext-grpc version 1.62.0 for PHP 8.2. I'll keep it up to date with gRPC versions for as long as I make use of it.

In order to build the rpm package your Arch system will need the following packages installed:

dnf install gcc gcc-c++ php-devel php-pear zlib-devel