zts-php
command-line interpreter for the PHP scripting language (default)
Install
- All systems
-
curl cmd.cat/zts-php.sh
- Debian
-
apt-get install php-cli
- Ubuntu
-
apt-get install php-cli
- Alpine
-
apk add php-cli
- Kali Linux
-
apt-get install php-cli
- CentOS
-
yum install php-cli
- Fedora
-
dnf install php-cli
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install php-cli
- Raspbian
-
apt-get install php-cli
- Dockerfile
- dockerfile.run/zts-php
- Docker
-
docker run cmd.cat/zts-php zts-php
powered by Commando
php-cli
command-line interpreter for the PHP scripting language (default)
This package provides the /usr/bin/php command interpreter, useful for testing PHP scripts from a shell or performing general shell scripting tasks. 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).