php-fpm

server-side, HTML-embedded scripting language (FPM-CGI binary) (default)

Install

All systems
curl cmd.cat/php-fpm.sh
Debian Debian
apt-get install php-fpm
Ubuntu
apt-get install php-fpm
Alpine
apk add php-fpm
Arch Arch Linux
pacman -S php-fpm
image/svg+xml Kali Linux
apt-get install php-fpm
CentOS
yum install php-fpm
Fedora
dnf install php-fpm
Windows (WSL2)
sudo apt-get update sudo apt-get install php-fpm
Raspbian
apt-get install php-fpm
Docker
docker run cmd.cat/php-fpm php-fpm powered by Commando

php-fpm

server-side, HTML-embedded scripting language (FPM-CGI binary) (default)

This package provides the Fast Process Manager interpreter that runs as a daemon and receives Fast/CGI requests. PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. This package is a dependency package, which depends on Debian's default PHP version (currently 7.0).