php5

command-line interpreter for the php5 scripting language

Debian Debian
RUN apt-get update && \ apt-get install -y php5-cli
Ubuntu
RUN apt-get update && \ apt-get install -y php5-cli
Alpine
RUN apk add php5-cli
Raspbian
RUN apt-get update && \ apt-get install -y php5-cli
click the source code to copy install php5 on any operating system with command-not-found.com