Photon PHP RPM Repository

PHP 8.5.8 packages for VMware Photon OS 5.x.

Base URL: https://pkgs.photon.lemric.com

Install

curl -fsSL https://pkgs.photon.lemric.com/photon-php.repo \
  -o /etc/yum.repos.d/photon-php.repo

tdnf makecache
tdnf install -y php85 php85-fpm php85-opcache

Repository URLs

Architecturebaseurl
x86_64https://pkgs.photon.lemric.com/x86_64
aarch64https://pkgs.photon.lemric.com/aarch64

tdnf configuration

[photon-php]
name=Photon PHP 8.5
baseurl=https://pkgs.photon.lemric.com/x86_64
enabled=1
gpgcheck=1
gpgkey=https://pkgs.photon.lemric.com/RPM-GPG-KEY-photon-php

Source on GitHub